Status: New Owner: ---- New issue 2165 by [email protected]: Multiline strings handled incorrectly http://code.google.com/p/v8/issues/detail?id=2165
When parsing a multiline string like this:
"Foo\
bar"
V8 creates the string "Foobar". However, it should create the
string "Foo bar" according to ES5. All other JS engines seem to
handle this correctly.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
