This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
jan
/
mustache.js
огледало од
https://github.com/janl/mustache.js
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
46
Вики
Activity
Преглед изворни кода
Add spec for empty string (issue
#94
)
tags/0.5.1
Michael Jackson
пре 14 година
родитељ
64acc17a43
комит
fd0f5cf496
3 измењених фајлова
са
8 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
spec/_files/empty_string.js
+1
-0
spec/_files/empty_string.mustache
+1
-0
spec/_files/empty_string.txt
+ 6
- 0
spec/_files/empty_string.js
Прегледај датотеку
@@ -0,0 +1,6 @@
var empty_string = {
description: "That is all!",
child: {
description: ""
}
};
+ 1
- 0
spec/_files/empty_string.mustache
Прегледај датотеку
@@ -0,0 +1 @@
{{description}}{{#child}}{{description}}{{/child}}
+ 1
- 0
spec/_files/empty_string.txt
Прегледај датотеку
@@ -0,0 +1 @@
That is all!
Write
Preview
Loading…
Откажи
Сачувај