mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
test("unknown variable produces ReferenceError", () => {
|
||||
expect(new Function("i < 3")).toThrow(ReferenceError);
|
||||
});
|
||||
Reference in New Issue
Block a user