소스 검색

Add partials + change delimeters test

tags/0.5.0-vsc
Sahab Yazdani 15 년 전
부모
커밋
e9a4d23b36
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. +9
    -0
      test/unit.js

+ 9
- 0
test/unit.js 파일 보기

@@ -717,4 +717,13 @@ test("Regression Suite", function() {
, 'foobar'
, 'Nested Sections with the same name'
);
equals(
Mustache.to_html(
'{{=~~ ~~=}} ~~>staticInfoPanel~~ ~~={{ }}=~~'
, {}
, { staticInfoPanel: 'Hello' }
)
, ' Hello '
, 'Change Delimiter + Partial');
});

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