Explorar el Código

Add tests for null view

tags/0.7.0
Michael Jackson hace 13 años
padre
commit
0a6d71ca90
Se han modificado 3 ficheros con 6 adiciones y 0 borrados
  1. +4
    -0
      test/_files/null_view.js
  2. +1
    -0
      test/_files/null_view.mustache
  3. +1
    -0
      test/_files/null_view.txt

+ 4
- 0
test/_files/null_view.js Ver fichero

@@ -0,0 +1,4 @@
({
name: 'Joe',
friends: null
})

+ 1
- 0
test/_files/null_view.mustache Ver fichero

@@ -0,0 +1 @@
{{name}}'s friends: {{#friends}}{{name}}, {{/friends}}

+ 1
- 0
test/_files/null_view.txt Ver fichero

@@ -0,0 +1 @@
Joe's friends:

Cargando…
Cancelar
Guardar