Reaction to changes in 130cbcfaa3.
130cbcfaa3
@ -25,7 +25,7 @@ describe("compiler pass |reportInfiniteLoops|", function() {
});
it("computes empty string matching correctly", function() {
it("computes expressions that always advance on success correctly", function() {
expect(pass).toReportError([
'start = a*',
'a "a" = ""'
@ -39,7 +39,7 @@ describe("compiler pass |reportLeftRecursion|", function() {
expect(pass).not.toReportError('start = "" "" "a" start');
'start = a start',