Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
js
/
script-tests
/
slash-lineterminator-parse.js
blob: 1b601f4f2c039ade53d4326136b2f968f660725b [
file
]
description
(
"This test checks for correct handling ofr backslash-newline in JS strings."
);
mystring
=
'
hello\
there
';
shouldBe
(
'mystring'
,
'"hellothere"'
);