1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Tests/LibJS
davidot ac2c3a73b1 LibJS: Add a specific test for invalid unicode characters in the lexer
Also fixes that it tried to make substrings past the end of the source
if we overran the source length.
2021-10-03 17:42:05 +02:00
..
CMakeLists.txt LibJS: Add a specific test for invalid unicode characters in the lexer 2021-10-03 17:42:05 +02:00
test-invalid-unicode-js.cpp LibJS: Add a specific test for invalid unicode characters in the lexer 2021-10-03 17:42:05 +02:00
test-js.cpp LibJS + test-js: Get results from the global object directly 2021-09-30 08:16:32 +01:00