ソースを参照

Add tests for null view

tags/0.7.0
Michael Jackson 13年前
コミット
0a6d71ca90
3個のファイルの変更6行の追加0行の削除
  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 ファイルの表示

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

+ 1
- 0
test/_files/null_view.mustache ファイルの表示

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

+ 1
- 0
test/_files/null_view.txt ファイルの表示

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

読み込み中…
キャンセル
保存