mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Everywhere: Hoist the Libraries folder to the top-level
This commit is contained in:
committed by
Andreas Kling
parent
950e819ee7
commit
93712b24bf
3
Libraries/LibJS/Tests/exception-ReferenceError.js
Normal file
3
Libraries/LibJS/Tests/exception-ReferenceError.js
Normal file
@@ -0,0 +1,3 @@
|
||||
test("unknown variable produces ReferenceError", () => {
|
||||
expect(new Function("i < 3")).toThrow(ReferenceError);
|
||||
});
|
||||
Reference in New Issue
Block a user