haikuwebkit/LayoutTests/js/script-tests/slash-lineterminator-parse.js

8 lines
161 B
JavaScript

description(
"This test checks for correct handling ofr backslash-newline in JS strings."
);
mystring = 'hello\
there';
shouldBe('mystring', '"hellothere"');