浏览代码

Fix exception message expectation.

tags/0.5.0-vsc
Sahab Yazdani 15 年前
父节点
当前提交
2395d5c2bc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      test/unit.js

+ 2
- 2
test/unit.js 查看文件

@@ -52,9 +52,9 @@ test("Parser", function() {
{}
);
}, function(e) {
return e.message === 'Unexpected end of document.';
return e.message === 'Malformed change delimiter token: {{=tag1}}';
},
'Malformed change delimiter token: {{=tag1}}'
'Malformed tags should be handled correctly.'
);
//var partials = { 'partial' : '{{key}}' };


正在加载...
取消
保存