mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
test("Declaration in single-statement context is a syntax error", () => {
|
||||
expect("if (0) const foo = 1").not.toEval();
|
||||
expect("while (0) function foo() {}").not.toEval();
|
||||
expect("for (var 0;;) class foo() {}").not.toEval();
|
||||
expect("do let foo = 1 while (0)").not.toEval();
|
||||
});
|
||||
Reference in New Issue
Block a user