Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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"'
);