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 tests for null view
tags/0.7.0
Michael Jackson
13 years ago
parent
544a32b7a1
commit
0a6d71ca90
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
test/_files/null_view.js
+1
-0
test/_files/null_view.mustache
+1
-0
test/_files/null_view.txt
+ 4
- 0
test/_files/null_view.js
View File
@@ -0,0 +1,4 @@
({
name: 'Joe',
friends: null
})
+ 1
- 0
test/_files/null_view.mustache
View File
@@ -0,0 +1 @@
{{name}}'s friends: {{#friends}}{{name}}, {{/friends}}
+ 1
- 0
test/_files/null_view.txt
View File
@@ -0,0 +1 @@
Joe's friends:
Write
Preview
Loading…
Cancel
Save