Procházet zdrojové kódy

Add tests for null view

tags/0.7.0
Michael Jackson před 13 roky
rodič
revize
0a6d71ca90
3 změnil soubory, kde provedl 6 přidání a 0 odebrání
  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 Zobrazit soubor

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

+ 1
- 0
test/_files/null_view.mustache Zobrazit soubor

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

+ 1
- 0
test/_files/null_view.txt Zobrazit soubor

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

Načítá se…
Zrušit
Uložit