示例#1
0
文件: test.js 项目: Osprei/template
        (function () {
            var template = compile(baseCode);

            template.apply();
        }).should.throw('Vow is not defined');
示例#2
0
文件: test.js 项目: Osprei/template
        (function () {
            var template = compile('block("bar").content()("baz");');

            template.apply();
        }).should.throw('Match failed, no templates found');