瀏覽代碼

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!

Loading…
取消
儲存