소스 검색

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!

불러오는 중...
취소
저장