diff options
Diffstat (limited to 'spec/ast.js')
-rw-r--r-- | spec/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ast.js b/spec/ast.js index 7118c72..9b3edb0 100644 --- a/spec/ast.js +++ b/spec/ast.js @@ -71,7 +71,7 @@ describe('ast', function() { it('should throw on mustache mismatch', function() { shouldThrow(function() { handlebarsEnv.parse("\n {{#foo}}{{/bar}}"); - }, Handlebars.Exception, "foo doesn't match bar - 2:2"); + }, Handlebars.Exception, "foo doesn't match bar - 2:5"); }); it('stores location info', function(){ |