OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libgo/] [go/] [regexp/] [testdata/] [README] - Blame information for rev 747

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 747 jeremybenn
AT&T POSIX Test Files
2
See textregex.c for copyright + license.
3
 
4
testregex.c     http://www2.research.att.com/~gsf/testregex/testregex.c
5
basic.dat       http://www2.research.att.com/~gsf/testregex/basic.dat
6
nullsubexpr.dat http://www2.research.att.com/~gsf/testregex/nullsubexpr.dat
7
repetition.dat  http://www2.research.att.com/~gsf/testregex/repetition.dat
8
 
9
The test data has been edited to reflect RE2/Go differences:
10
  * In a star of a possibly empty match like (a*)* matching x,
11
    the no match case runs the starred subexpression zero times,
12
    not once.  This is consistent with (a*)* matching a, which
13
    runs the starred subexpression one time, not twice.
14
  * The submatch choice is first match, not the POSIX rule.
15
 
16
Such changes are marked with 'RE2/Go'.
17
 
18
 
19
RE2 Test Files
20
 
21
re2-exhaustive.txt.bz2 and re2-search.txt are built by running
22
'make log' in the RE2 distribution.  http://code.google.com/p/re2/.
23
The exhaustive file is compressed because it is huge.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.