jswebtools / language-ecmascript

Haskell library: ECMAScript parser, pretty-printer and additional tools
Other
46 stars 26 forks source link

Incorrect parsing of line continuation #70

Open achudnov opened 8 years ago

achudnov commented 8 years ago

In Lexer's singleStringCharacter and doubleStringCharacter the lineContinuation is never parsed. The regression is isolated in "line-cont-string.js".

achudnov commented 8 years ago

Fixed in d029f050d637adb6910a1fb6d044960898dbaa5e

achudnov commented 8 years ago

Still failing: 12.10.1-2-s.js 12.10.1-8-s.js 11.1.5_7-2-2-s.js 14.1-4-s.js

and others