ソースを参照

Add spec for empty string (issue #94)

tags/0.5.1
Michael Jackson 14年前
コミット
fd0f5cf496
3個のファイルの変更8行の追加0行の削除
  1. +6
    -0
      spec/_files/empty_string.js
  2. +1
    -0
      spec/_files/empty_string.mustache
  3. +1
    -0
      spec/_files/empty_string.txt

+ 6
- 0
spec/_files/empty_string.js ファイルの表示

@@ -0,0 +1,6 @@
var empty_string = {
description: "That is all!",
child: {
description: ""
}
};

+ 1
- 0
spec/_files/empty_string.mustache ファイルの表示

@@ -0,0 +1 @@
{{description}}{{#child}}{{description}}{{/child}}

+ 1
- 0
spec/_files/empty_string.txt ファイルの表示

@@ -0,0 +1 @@
That is all!

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