A regex(3) test harness was created by Glenn Fowler but is no longer available at research.att.com.
Go to file
2020-08-14 23:00:13 -04:00
docs Move docs. Fix compile issues. Add some more tests. 2020-08-14 22:48:31 -04:00
re2 Add additional tests and a patch with changes used when running RE2/Go regex tests. 2020-08-14 22:55:24 -04:00
.gitignore Move docs. Fix compile issues. Add some more tests. 2020-08-14 22:48:31 -04:00
basic.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
categorize.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
CMakeLists.txt Add additional tests and a patch with changes used when running RE2/Go regex tests. 2020-08-14 22:55:24 -04:00
forcedassoc.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
leftassoc.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
LICENSE Add simple README and LICENSE info from testregex.c 2020-08-14 23:00:13 -04:00
nullsubexpr.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
README Add simple README and LICENSE info from testregex.c 2020-08-14 23:00:13 -04:00
repetition.dat Move docs. Fix compile issues. Add some more tests. 2020-08-14 22:48:31 -04:00
rightassoc.dat Initial import from Archive.org Wayback Machine. (wget -mkEpnp http://web.archive.org/web/20130420020035id_/http://www2.research.att.com/~gsf/testregex/ and wget -mkEpnp http://web.archive.org/web/20130420020018id_/http://www2.research.att.com/~gsf/man/man1/testregex.html) 2020-08-14 21:45:38 -04:00
testregex.c Move docs. Fix compile issues. Add some more tests. 2020-08-14 22:48:31 -04:00

regex(3) test harness

build:	cc -o testregex testregex.c
help:	testregex --man
note:	REG_* features are detected by #ifdef; if REG_* are enums
		then supply #define REG_foo REG_foo for each enum REG_foo

Glenn Fowler <gsf@research.att.com>
AT&T Research

PLEASE: publish your tests so everyone can benefit