Browse Source

add example for section names with question marks

tags/0.4.0
Jan Lehnardt 15 years ago
parent
commit
1dabeabfd6
3 changed files with 9 additions and 0 deletions
  1. +3
    -0
      examples/keys_with_questionmarks.html
  2. +5
    -0
      examples/keys_with_questionmarks.js
  3. +1
    -0
      examples/keys_with_questionmarks.txt

+ 3
- 0
examples/keys_with_questionmarks.html View File

@@ -0,0 +1,3 @@
{{#person?}}
Hi {{name}}!
{{/person?}}

+ 5
- 0
examples/keys_with_questionmarks.js View File

@@ -0,0 +1,5 @@
var keys_with_questionmarks = {
"person?": {
name: "Jon"
}
}

+ 1
- 0
examples/keys_with_questionmarks.txt View File

@@ -0,0 +1 @@
Hi Jon!

Loading…
Cancel
Save