Explorar el Código

add example for section names with question marks

tags/0.4.0
Jan Lehnardt hace 15 años
padre
commit
1dabeabfd6
Se han modificado 3 ficheros con 9 adiciones y 0 borrados
  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 Ver fichero

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

+ 5
- 0
examples/keys_with_questionmarks.js Ver fichero

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

+ 1
- 0
examples/keys_with_questionmarks.txt Ver fichero

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

Cargando…
Cancelar
Guardar