Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
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"'
);