Przeglądaj źródła

Add tests for null view

tags/0.7.0
Michael Jackson 13 lat temu
rodzic
commit
0a6d71ca90
3 zmienionych plików z 6 dodań i 0 usunięć
  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 Wyświetl plik

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

+ 1
- 0
test/_files/null_view.mustache Wyświetl plik

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

+ 1
- 0
test/_files/null_view.txt Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz