blob: 2146e59e6a1a097409bc088c58cd75c5b0fc7b9e [file] [log] [blame]
description(
"This test checks for correct handling ofr backslash-newline in JS strings."
);
mystring = 'hello\
there';
shouldBe('mystring', '"hellothere"');
var successfullyParsed = true;