This website requires JavaScript.
Explore
Help
Sign in
RGBCube
/
serenity
Watch
1
Fork
You've already forked serenity
0
mirror of
https://github.com/RGBCube/serenity
synced
2025-07-24 11:27:35 +00:00
Code
Issues
Activity
Actions
b83e3fd01d
serenity
/
Tests
/
LibRegex
History
Download ZIP
Download TAR.GZ
Ali Mohammad Pur
ac856cb965
LibRegex: Don't ignore empty alternatives in append_alternation()
...
Doing so would cause patterns like `(a|)` to not match the empty string.
2021-10-29 15:57:59 +02:00
..
Benchmark.cpp
Tests: Move LibRegex tests to Tests/LibRegex
2021-05-06 17:54:28 +02:00
CMakeLists.txt
Tests: Remove all file(GLOB) from CMakeLists in Tests
2021-09-02 09:08:23 +02:00
Regex.cpp
LibRegex: Don't ignore empty alternatives in append_alternation()
2021-10-29 15:57:59 +02:00
RegexLibC.cpp
LibRegex: Correctly parse BRE bracket expressions
2021-07-10 22:58:24 +04:30