aboutsummaryrefslogtreecommitdiff
path: root/tests/core/text/regex
Commit message (Expand)AuthorAgeFilesLines
* Add test for regex preallocated captures.Ycros2024-12-041-0/+37
* Fix testsgingerBill2024-08-211-2/+2
* Remove debug line from testFeoramund2024-08-051-1/+0
* Add explicit test case for Capture `pos`Feoramund2024-08-041-0/+25
* Use `regex.destroy` for test capturesFeoramund2024-08-041-4/+1
* Test that a RegEx Capture `pos` corresponds to its `groups`Feoramund2024-08-041-0/+7
* Remove printing facilities for `Regular_Expression`Feoramund2024-07-241-22/+0
* Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10Feoramund2024-07-241-6/+64
* Add test cases for unclosed classes and repetitionFeoramund2024-07-241-97/+66
* Add tests for `core:text/regex`Feoramund2024-07-221-0/+1012