summaryrefslogtreecommitdiff
path: root/Tests/LibRegex/RegexLibC.cpp
AgeCommit message (Expand)Author
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-07-10LibRegex: Correctly parse BRE bracket expressionsAli Mohammad Pur
2021-07-10LibRegex: Add support for non-extended regular expressions in regcomp()Ali Mohammad Pur
2021-05-14Tests: Free all memory allocated with regcomp in RegexLibC testsAndrew Kaster
2021-05-06Tests: Move LibRegex tests to Tests/LibRegexBrian Gianforcaro