Updates:
        Status: Invalid

Comment #1 on issue 2165 by [email protected]: Multiline strings handled incorrectly
http://code.google.com/p/v8/issues/detail?id=2165

Seems to work fine for me:

a = "foo\
     bar";
print("'" + a + "'");
// prints 'foo     bar'

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to