URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [regexp/] [testdata/] [README] - Rev 747
Compare with Previous | Blame | View Log
AT&T POSIX Test FilesSee textregex.c for copyright + license.testregex.c http://www2.research.att.com/~gsf/testregex/testregex.cbasic.dat http://www2.research.att.com/~gsf/testregex/basic.datnullsubexpr.dat http://www2.research.att.com/~gsf/testregex/nullsubexpr.datrepetition.dat http://www2.research.att.com/~gsf/testregex/repetition.datThe 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, whichruns 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 Filesre2-exhaustive.txt.bz2 and re2-search.txt are built by running'make log' in the RE2 distribution. http://code.google.com/p/re2/.The exhaustive file is compressed because it is huge.
