OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.22.0
/
src
/
regexp
/
testdata
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/02/2024 06:09:55 PM
rwxr-xr-x
📄
README
957 bytes
02/02/2024 06:09:55 PM
rw-r--r--
📄
basic.dat
8.39 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
nullsubexpr.dat
1.84 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
re2-exhaustive.txt.bz2
418.22 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
re2-search.txt
42.42 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
repetition.dat
6.61 KB
02/02/2024 06:09:55 PM
rw-r--r--
📄
testregex.c
51.34 KB
02/02/2024 06:09:55 PM
rw-r--r--
Editing: README
Close
AT&T POSIX Test Files See textregex.c for copyright + license. testregex.c http://www2.research.att.com/~gsf/testregex/testregex.c basic.dat http://www2.research.att.com/~gsf/testregex/basic.dat nullsubexpr.dat http://www2.research.att.com/~gsf/testregex/nullsubexpr.dat repetition.dat http://www2.research.att.com/~gsf/testregex/repetition.dat The test data has been edited to reflect RE2/Go differences: * In a star of a possibly empty match like (a*)* matching x, the no match case runs the starred subexpression zero times, not once. This is consistent with (a*)* matching a, which runs the starred subexpression one time, not twice. * The submatch choice is first match, not the POSIX rule. Such changes are marked with 'RE2/Go'. RE2 Test Files re2-exhaustive.txt.bz2 and re2-search.txt are built by running 'make log' in the RE2 distribution https://github.com/google/re2/ The exhaustive file is compressed because it is huge.