Selaa lähdekoodia

add example for section names with question marks

tags/0.4.0
Jan Lehnardt 15 vuotta sitten
vanhempi
commit
1dabeabfd6
3 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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 Näytä tiedosto

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

+ 5
- 0
examples/keys_with_questionmarks.js Näytä tiedosto

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

+ 1
- 0
examples/keys_with_questionmarks.txt Näytä tiedosto

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

Loading…
Peruuta
Tallenna