mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibJS: Allow all line terminators to be used for line continuations
This commit is contained in:
committed by
Andreas Kling
parent
1319ad476d
commit
66e315959d
@@ -32,7 +32,7 @@ test("use strict with double quotes after statement does not yield strict mode c
|
||||
|
||||
test("use strict interrupted by a line continuation does not yield strict mode code", () => {
|
||||
"use \
|
||||
strict";
|
||||
strict";
|
||||
expect(isStrictMode()).toBeFalse();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user