浏览代码

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');
});

正在加载...
取消
保存