This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Add spec for empty list
tags/0.5.1
Michael Jackson
14 years ago
parent
c660b657bf
commit
931749ff7f
3 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
spec/_files/empty_list.js
+4
-0
spec/_files/empty_list.mustache
+1
-0
spec/_files/empty_list.txt
+ 3
- 0
spec/_files/empty_list.js
View File
@@ -0,0 +1,3 @@
var empty_list = {
jobs: []
};
+ 4
- 0
spec/_files/empty_list.mustache
View File
@@ -0,0 +1,4 @@
These are the jobs:
{{#jobs}}
{{.}}
{{/jobs}}
+ 1
- 0
spec/_files/empty_list.txt
View File
@@ -0,0 +1 @@
These are the jobs:
Write
Preview
Loading…
Cancel
Save