diff options
Diffstat (limited to 'spec/qunit_spec.js')
-rw-r--r-- | spec/qunit_spec.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/qunit_spec.js b/spec/qunit_spec.js index 3b08bc5..2fbdfab 100644 --- a/spec/qunit_spec.js +++ b/spec/qunit_spec.js @@ -202,14 +202,6 @@ test("empty block", function() { "Arrays ignore the contents when empty"); }); -test("incorrectly matched blocks", function() { - var string = "{{#goodbyes}}{{/hellos}}"; - - shouldThrow(function() { - Handlebars.compile(string); - }, Handlebars.Exception, "Incorrectly matched blocks return an exception at compile time."); -}); - test("nested iteration", function() { }); |