ソースを参照

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


読み込み中…
キャンセル
保存