summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/regex/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Two cases of BRE involving counts and backrefs that go wrong andotto2021-04-021-1/+16
| | | | | similar that have no isssues. Reported by Michael Paoli. Failing cases commented out for now.
* Fix an off-by-one error in the marking of the O_CH operator followingmillert2020-12-281-1/+4
| | | | | an OOR2 operator. Also includes a regress test for the issue. From FreeBSD via miod@
* tests for the two segfaults in backref() that were just fixedschwarze2016-05-261-1/+4
|
* systematically test all combinations of REG_STARTEND, REG_NEWLINE,schwarze2016-05-261-9/+85
| | | | and REG_NOTBOL with line and word anchors
* Add support for word anchors \< and \> to regex regression tests.doug2014-09-211-1/+13
| | | | These are copied from the existing [[:<:]] and [[:>:]] tests.
* More test cases involving back-references.otto2004-11-291-2/+12
|
* More nasty cases involving back references.otto2004-08-131-1/+11
|
* Some nasty test cases involving back references that causedotto2004-04-021-1/+6
| | | | unbounded recursion.
* $OpenBSD$niklas2001-01-291-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+477