Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
js
/
script-tests
/
slash-lineterminator-parse.js
blob: 1b601f4f2c039ade53d4326136b2f968f660725b [
file
] [
log
] [
blame
]
description
(
"This test checks for correct handling ofr backslash-newline in JS strings."
);
mystring
=
'
hello\
there
';
shouldBe
(
'mystring'
,
'"hellothere"'
);