Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
jan
/
mustache.js
зеркало из
https://github.com/janl/mustache.js
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Релизы
46
Вики
Активность
Просмотр исходного кода
Move all tests to spec directory
tags/0.4.0
Michael Jackson
14 лет назад
Родитель
0e49002087
Сommit
f127f48bf4
100 измененных файлов
:
1 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+1
-1
Rakefile
+0
-0
spec/_files/apostrophe.html
+0
-0
spec/_files/apostrophe.js
+0
-0
spec/_files/apostrophe.txt
+0
-0
spec/_files/array_of_partials_implicit_partial.2.html
+0
-0
spec/_files/array_of_partials_implicit_partial.html
+0
-0
spec/_files/array_of_partials_implicit_partial.js
+0
-0
spec/_files/array_of_partials_implicit_partial.txt
+0
-0
spec/_files/array_of_partials_partial.2.html
+0
-0
spec/_files/array_of_partials_partial.html
+0
-0
spec/_files/array_of_partials_partial.js
+0
-0
spec/_files/array_of_partials_partial.txt
+0
-0
spec/_files/array_of_strings.html
+0
-0
spec/_files/array_of_strings.js
+0
-0
spec/_files/array_of_strings.txt
+0
-0
spec/_files/array_of_strings_options.html
+0
-0
spec/_files/array_of_strings_options.js
+0
-0
spec/_files/array_of_strings_options.txt
+0
-0
spec/_files/array_partial.2.html
+0
-0
spec/_files/array_partial.html
+0
-0
spec/_files/array_partial.js
+0
-0
spec/_files/array_partial.txt
+0
-0
spec/_files/bug_11_eating_whitespace.html
+0
-0
spec/_files/bug_11_eating_whitespace.js
+0
-0
spec/_files/bug_11_eating_whitespace.txt
+0
-0
spec/_files/comments.html
+0
-0
spec/_files/comments.js
+0
-0
spec/_files/comments.txt
+0
-0
spec/_files/complex.html
+0
-0
spec/_files/complex.js
+0
-0
spec/_files/complex.txt
+0
-0
spec/_files/delimiters.html
+0
-0
spec/_files/delimiters.js
+0
-0
spec/_files/delimiters.txt
+0
-0
spec/_files/dot_notation.html
+0
-0
spec/_files/dot_notation.js
+0
-0
spec/_files/dot_notation.txt
+0
-0
spec/_files/double_render.html
+0
-0
spec/_files/double_render.js
+0
-0
spec/_files/double_render.txt
+0
-0
spec/_files/empty_partial.2.html
+0
-0
spec/_files/empty_partial.html
+0
-0
spec/_files/empty_partial.js
+0
-0
spec/_files/empty_partial.txt
+0
-0
spec/_files/empty_sections.html
+0
-0
spec/_files/empty_sections.js
+0
-0
spec/_files/empty_sections.txt
+0
-0
spec/_files/empty_template.html
+0
-0
spec/_files/empty_template.js
+0
-0
spec/_files/empty_template.txt
+0
-0
spec/_files/error_not_found.html
+0
-0
spec/_files/error_not_found.js
+0
-0
spec/_files/error_not_found.txt
+0
-0
spec/_files/escaped.html
+0
-0
spec/_files/escaped.js
+0
-0
spec/_files/escaped.txt
+0
-0
spec/_files/higher_order_sections.html
+0
-0
spec/_files/higher_order_sections.js
+0
-0
spec/_files/higher_order_sections.txt
+0
-0
spec/_files/inverted_section.html
+0
-0
spec/_files/inverted_section.js
+0
-0
spec/_files/inverted_section.txt
+0
-0
spec/_files/keys_with_questionmarks.html
+0
-0
spec/_files/keys_with_questionmarks.js
+0
-0
spec/_files/keys_with_questionmarks.txt
+0
-0
spec/_files/nesting.html
+0
-0
spec/_files/nesting.js
+0
-0
spec/_files/nesting.txt
+0
-0
spec/_files/null_string.html
+0
-0
spec/_files/null_string.js
+0
-0
spec/_files/null_string.txt
+0
-0
spec/_files/partial_recursion.2.html
+0
-0
spec/_files/partial_recursion.html
+0
-0
spec/_files/partial_recursion.js
+0
-0
spec/_files/partial_recursion.txt
+0
-0
spec/_files/recursion_with_same_names.html
+0
-0
spec/_files/recursion_with_same_names.js
+0
-0
spec/_files/recursion_with_same_names.txt
+0
-0
spec/_files/reuse_of_enumerables.html
+0
-0
spec/_files/reuse_of_enumerables.js
+0
-0
spec/_files/reuse_of_enumerables.txt
+0
-0
spec/_files/section_as_context.html
+0
-0
spec/_files/section_as_context.js
+0
-0
spec/_files/section_as_context.txt
+0
-0
spec/_files/simple.html
+0
-0
spec/_files/simple.js
+0
-0
spec/_files/simple.txt
+0
-0
spec/_files/template_partial.2.html
+0
-0
spec/_files/template_partial.html
+0
-0
spec/_files/template_partial.js
+0
-0
spec/_files/template_partial.txt
+0
-0
spec/_files/two_in_a_row.html
+0
-0
spec/_files/two_in_a_row.js
+0
-0
spec/_files/two_in_a_row.txt
+0
-0
spec/_files/two_sections.html
+0
-0
spec/_files/two_sections.js
+0
-0
spec/_files/two_sections.txt
+0
-0
spec/_files/unescaped.html
+0
-0
spec/_files/unescaped.js
+0
-0
spec/_files/unescaped.txt
+ 1
- 1
Rakefile
Просмотреть файл
@@ -8,7 +8,7 @@ task :spec do
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
#t.spec_opts = ['--options', "\"#{File.dirname(__FILE__)}/spec/spec.opts\""]
t.pattern = '
test
/*_spec.rb'
t.pattern = '
spec
/*_spec.rb'
end
end
examples/apostrophe.html → spec/_files/apostrophe.html
Просмотреть файл
examples/apostrophe.js → spec/_files/apostrophe.js
Просмотреть файл
examples/apostrophe.txt → spec/_files/apostrophe.txt
Просмотреть файл
examples/array_of_partials_implicit_partial.2.html → spec/_files/array_of_partials_implicit_partial.2.html
Просмотреть файл
examples/array_of_partials_implicit_partial.html → spec/_files/array_of_partials_implicit_partial.html
Просмотреть файл
examples/array_of_partials_implicit_partial.js → spec/_files/array_of_partials_implicit_partial.js
Просмотреть файл
examples/array_of_partials_implicit_partial.txt → spec/_files/array_of_partials_implicit_partial.txt
Просмотреть файл
examples/array_of_partials_partial.2.html → spec/_files/array_of_partials_partial.2.html
Просмотреть файл
examples/array_of_partials_partial.html → spec/_files/array_of_partials_partial.html
Просмотреть файл
examples/array_of_partials_partial.js → spec/_files/array_of_partials_partial.js
Просмотреть файл
examples/array_of_partials_partial.txt → spec/_files/array_of_partials_partial.txt
Просмотреть файл
examples/array_of_strings.html → spec/_files/array_of_strings.html
Просмотреть файл
examples/array_of_strings.js → spec/_files/array_of_strings.js
Просмотреть файл
examples/array_of_strings.txt → spec/_files/array_of_strings.txt
Просмотреть файл
examples/array_of_strings_options.html → spec/_files/array_of_strings_options.html
Просмотреть файл
examples/array_of_strings_options.js → spec/_files/array_of_strings_options.js
Просмотреть файл
examples/array_of_strings_options.txt → spec/_files/array_of_strings_options.txt
Просмотреть файл
examples/array_partial.2.html → spec/_files/array_partial.2.html
Просмотреть файл
examples/array_partial.html → spec/_files/array_partial.html
Просмотреть файл
examples/array_partial.js → spec/_files/array_partial.js
Просмотреть файл
examples/array_partial.txt → spec/_files/array_partial.txt
Просмотреть файл
examples/bug_11_eating_whitespace.html → spec/_files/bug_11_eating_whitespace.html
Просмотреть файл
examples/bug_11_eating_whitespace.js → spec/_files/bug_11_eating_whitespace.js
Просмотреть файл
examples/bug_11_eating_whitespace.txt → spec/_files/bug_11_eating_whitespace.txt
Просмотреть файл
examples/comments.html → spec/_files/comments.html
Просмотреть файл
examples/comments.js → spec/_files/comments.js
Просмотреть файл
examples/comments.txt → spec/_files/comments.txt
Просмотреть файл
examples/complex.html → spec/_files/complex.html
Просмотреть файл
examples/complex.js → spec/_files/complex.js
Просмотреть файл
examples/complex.txt → spec/_files/complex.txt
Просмотреть файл
examples/delimiters.html → spec/_files/delimiters.html
Просмотреть файл
examples/delimiters.js → spec/_files/delimiters.js
Просмотреть файл
examples/delimiters.txt → spec/_files/delimiters.txt
Просмотреть файл
examples/dot_notation.html → spec/_files/dot_notation.html
Просмотреть файл
examples/dot_notation.js → spec/_files/dot_notation.js
Просмотреть файл
examples/dot_notation.txt → spec/_files/dot_notation.txt
Просмотреть файл
examples/double_render.html → spec/_files/double_render.html
Просмотреть файл
examples/double_render.js → spec/_files/double_render.js
Просмотреть файл
examples/double_render.txt → spec/_files/double_render.txt
Просмотреть файл
examples/empty_partial.2.html → spec/_files/empty_partial.2.html
Просмотреть файл
examples/empty_partial.html → spec/_files/empty_partial.html
Просмотреть файл
examples/empty_partial.js → spec/_files/empty_partial.js
Просмотреть файл
examples/empty_partial.txt → spec/_files/empty_partial.txt
Просмотреть файл
examples/empty_sections.html → spec/_files/empty_sections.html
Просмотреть файл
examples/empty_sections.js → spec/_files/empty_sections.js
Просмотреть файл
examples/empty_sections.txt → spec/_files/empty_sections.txt
Просмотреть файл
examples/empty_template.html → spec/_files/empty_template.html
Просмотреть файл
examples/empty_template.js → spec/_files/empty_template.js
Просмотреть файл
examples/empty_template.txt → spec/_files/empty_template.txt
Просмотреть файл
examples/error_not_found.html → spec/_files/error_not_found.html
Просмотреть файл
examples/error_not_found.js → spec/_files/error_not_found.js
Просмотреть файл
examples/error_not_found.txt → spec/_files/error_not_found.txt
Просмотреть файл
examples/escaped.html → spec/_files/escaped.html
Просмотреть файл
examples/escaped.js → spec/_files/escaped.js
Просмотреть файл
examples/escaped.txt → spec/_files/escaped.txt
Просмотреть файл
examples/higher_order_sections.html → spec/_files/higher_order_sections.html
Просмотреть файл
examples/higher_order_sections.js → spec/_files/higher_order_sections.js
Просмотреть файл
examples/higher_order_sections.txt → spec/_files/higher_order_sections.txt
Просмотреть файл
examples/inverted_section.html → spec/_files/inverted_section.html
Просмотреть файл
examples/inverted_section.js → spec/_files/inverted_section.js
Просмотреть файл
examples/inverted_section.txt → spec/_files/inverted_section.txt
Просмотреть файл
examples/keys_with_questionmarks.html → spec/_files/keys_with_questionmarks.html
Просмотреть файл
examples/keys_with_questionmarks.js → spec/_files/keys_with_questionmarks.js
Просмотреть файл
examples/keys_with_questionmarks.txt → spec/_files/keys_with_questionmarks.txt
Просмотреть файл
examples/nesting.html → spec/_files/nesting.html
Просмотреть файл
examples/nesting.js → spec/_files/nesting.js
Просмотреть файл
examples/nesting.txt → spec/_files/nesting.txt
Просмотреть файл
examples/null_string.html → spec/_files/null_string.html
Просмотреть файл
examples/null_string.js → spec/_files/null_string.js
Просмотреть файл
examples/null_string.txt → spec/_files/null_string.txt
Просмотреть файл
examples/partial_recursion.2.html → spec/_files/partial_recursion.2.html
Просмотреть файл
examples/partial_recursion.html → spec/_files/partial_recursion.html
Просмотреть файл
examples/partial_recursion.js → spec/_files/partial_recursion.js
Просмотреть файл
examples/partial_recursion.txt → spec/_files/partial_recursion.txt
Просмотреть файл
examples/recursion_with_same_names.html → spec/_files/recursion_with_same_names.html
Просмотреть файл
examples/recursion_with_same_names.js → spec/_files/recursion_with_same_names.js
Просмотреть файл
examples/recursion_with_same_names.txt → spec/_files/recursion_with_same_names.txt
Просмотреть файл
examples/reuse_of_enumerables.html → spec/_files/reuse_of_enumerables.html
Просмотреть файл
examples/reuse_of_enumerables.js → spec/_files/reuse_of_enumerables.js
Просмотреть файл
examples/reuse_of_enumerables.txt → spec/_files/reuse_of_enumerables.txt
Просмотреть файл
examples/section_as_context.html → spec/_files/section_as_context.html
Просмотреть файл
examples/section_as_context.js → spec/_files/section_as_context.js
Просмотреть файл
examples/section_as_context.txt → spec/_files/section_as_context.txt
Просмотреть файл
examples/simple.html → spec/_files/simple.html
Просмотреть файл
examples/simple.js → spec/_files/simple.js
Просмотреть файл
examples/simple.txt → spec/_files/simple.txt
Просмотреть файл
examples/template_partial.2.html → spec/_files/template_partial.2.html
Просмотреть файл
examples/template_partial.html → spec/_files/template_partial.html
Просмотреть файл
examples/template_partial.js → spec/_files/template_partial.js
Просмотреть файл
examples/template_partial.txt → spec/_files/template_partial.txt
Просмотреть файл
examples/two_in_a_row.html → spec/_files/two_in_a_row.html
Просмотреть файл
examples/two_in_a_row.js → spec/_files/two_in_a_row.js
Просмотреть файл
examples/two_in_a_row.txt → spec/_files/two_in_a_row.txt
Просмотреть файл
examples/two_sections.html → spec/_files/two_sections.html
Просмотреть файл
examples/two_sections.js → spec/_files/two_sections.js
Просмотреть файл
examples/two_sections.txt → spec/_files/two_sections.txt
Просмотреть файл
examples/unescaped.html → spec/_files/unescaped.html
Просмотреть файл
examples/unescaped.js → spec/_files/unescaped.js
Просмотреть файл
examples/unescaped.txt → spec/_files/unescaped.txt
Просмотреть файл
Некоторые файлы не были показаны из-за большого количества измененных файлов
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить