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 c28e876..7118c72 100644 --- a/spec/ast.js +++ b/spec/ast.js @@ -137,7 +137,7 @@ describe('ast', function() { describe("CommentNode", function(){ it('stores location info', function(){ - var comment = new handlebarsEnv.AST.CommentNode("HI", LOCATION_INFO); + var comment = new handlebarsEnv.AST.CommentNode("HI", {}, LOCATION_INFO); testLocationInfoStorage(comment); }); }); |