diff --git a/test/compiler-test.js b/test/compiler-test.js index fbecc8f..90e013a 100644 --- a/test/compiler-test.js +++ b/test/compiler-test.js @@ -788,7 +788,7 @@ testWithVaryingTrackLineAndColumn("cache", function(options) { var grammar = [ '{ var n = 0; }', 'start = (a "b") / (a "c") { return n; }', - 'a = "a" { n++; }', + 'a = "a" { n++; }' ].join("\n"); /* Without cache */