JavaScript continuations not parsed
I opened a Jira bug on this (http://www.jetbrains.net/jira/browse/IDEA-10564) but wanted to see whether anyone else has noticed this problem. It's still present in 6.0.2.
JavaScript strings that use multi-line continuations aren't parsed correctly, so:
var x = '\
continue me';
is flagged as an unterminated string.
Please sign in to leave a comment.