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
This test should not work
tags/0.5.1
Michael Jackson
14 years ago
parent
fbc66a8140
commit
8efd0538cf
4 changed files
with
0 additions
and
22 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-11
test/_files/partial_recursion.js
+0
-4
test/_files/partial_recursion.mustache
+0
-4
test/_files/partial_recursion.partial
+0
-3
test/_files/partial_recursion.txt
+ 0
- 11
test/_files/partial_recursion.js
View File
@@ -1,11 +0,0 @@
({
name: '1',
kids: [
{
name: '1.1',
children: [
{name: '1.1.1'}
]
}
]
})
+ 0
- 4
test/_files/partial_recursion.mustache
View File
@@ -1,4 +0,0 @@
{{name}}
{{#kids}}
{{>partial}}
{{/kids}}
+ 0
- 4
test/_files/partial_recursion.partial
View File
@@ -1,4 +0,0 @@
{{name}}
{{#children}}
{{>partial}}
{{/children}}
+ 0
- 3
test/_files/partial_recursion.txt
View File
@@ -1,3 +0,0 @@
1
1.1
1.1.1
Write
Preview
Loading…
Cancel
Save