Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.4-embargoed
/
.
/
LayoutTests
/
js
/
script-tests
/
slash-lineterminator-parse.js
blob: 1b601f4f2c039ade53d4326136b2f968f660725b [
file
] [
edit
]
description
(
"This test checks for correct handling ofr backslash-newline in JS strings."
);
mystring
=
'
hello\
there
';
shouldBe
(
'mystring'
,
'"hellothere"'
);