1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:05:08 +00:00
serenity/Libraries/LibRegex/Tests
Linus Groh eea7cabdbc LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom()
Otherwise we would only match TokenType::Char, making all of these invalid:

- /foo,bar/
- /foo\/bar/
- /foo=bar/
- /foo-bar/
- /foo:bar/

Fixes #4243.
2020-11-29 20:35:52 +01:00
..
Benchmark.cpp LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
CMakeLists.txt LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
Regex.cpp LibRegex: Use match_ordinary_characters() in ECMA262Parser::parse_atom() 2020-11-29 20:35:52 +01:00
RegexLibC.cpp LibRegex: Remove trailing newline from error_string() 2020-11-28 16:46:25 +01:00