7 if (($Config::Config{'extensions'} !~ /\bre\b/) ){
8 print "1..0 # Skip -- Perl configured without re module\n";
14 BEGIN { require "./test.pl"; }
16 chomp(my @strs= grep { !/^\s*\#/ } <DATA>);
17 my $out = runperl(progfile => "../ext/re/t/regop.pl", stderr => 1 );
18 my @tests = grep { /\S/ } split /(?=Compiling REx)/, $out;
19 # on debug builds we get an EXECUTING... message in there at the top
21 if $tests[0] =~ /EXECUTING.../;
23 plan( @tests + 2 + ( @strs - grep { !$_ or /^---/ } @strs ));
25 is( scalar @tests, $NUM_SECTS,
26 "Expecting output for $NUM_SECTS patterns" );
27 ok( defined $out, 'regop.pl returned something defined' );
31 foreach my $testout ( @tests ) {
32 my ( $pattern )= $testout=~/Compiling REx "([^"]+)"/;
33 ok( $pattern, "Pattern for test " . ($test++) );
36 local $_= shift @strs;
42 ok( $testout=~/\Q$_\E/, "$_: /$pattern/" )
44 !$diaged++ and diag("$_: /$pattern/\n$testout");
49 # The format below is simple. Each line is an exact
50 # string that must be found in the output.
51 # Lines starting the # are comments.
52 # Lines starting with --- are seperators indicating
53 # that the tests for this result set are finished.
54 # If you add a test make sure you update $NUM_SECTS
55 # the commented output is just for legacy/debugging purposes
56 BEGIN{ $NUM_SECTS= 6 }
59 #Compiling REx "X(A|[B]Q||C|D)Y"
65 # [Words:5 Chars:5 Unique:5 States:6 Start-Class:A-D]
74 #anchored "X" at 0 floating "Y" at 1..3 (checking floating) minlen 2
75 #Guessing start of match, REx "X(A|[B]Q||C|D)Y" against "XY"...
76 #Found floating substr "Y" at offset 1...
77 #Found anchored substr "X" at offset 0...
78 #Guessed: match at offset 0
79 #Matching REx "X(A|[B]Q||C|D)Y" against "XY"
80 # Setting an EVAL scope, savestack=140
81 # 0 <> <XY> | 1: EXACT <X>
82 # 1 <X> <Y> | 3: OPEN1
83 # 1 <X> <Y> | 5: TRIE-EXACT
84 # matched empty string...
85 # 1 <X> <Y> | 21: CLOSE1
86 # 1 <X> <Y> | 23: EXACT <Y>
90 #Freeing REx: "X(A|[B]Q||C|D)Y"
91 Compiling REx "X(A|[B]Q||C|D)Y"
97 Found floating substr "Y" at offset 1...
98 Found anchored substr "X" at offset 0...
99 Guessed: match at offset 0
108 #Compiling REx "[f][o][o][b][a][r]"
111 # 1: EXACT <foobar>(13)
113 #anchored "foobar" at 0 (checking anchored isall) minlen 6
114 #Guessing start of match, REx "[f][o][o][b][a][r]" against "foobar"...
115 #Found anchored substr "foobar" at offset 0...
116 #Guessed: match at offset 0
117 #Freeing REx: "[f][o][o][b][a][r]"
119 checking anchored isall
121 anchored "foobar" at 0
122 Guessed: match at offset 0
123 Compiling REx "[f][o][o][b][a][r]"
124 Freeing REx: "[f][o][o][b][a][r]"
127 #Compiling REx ".[XY]."
136 #Freeing REx: ".[XY]."
140 # Compiling REx "(?:ABCP|ABCG|ABCE|ABCB|ABCA|ABCD)"
141 # Got 164 bytes for offset annotations.
142 # TRIE(NATIVE): W:6 C:24 Uq:7 Min:4 Max:4
143 # Char : Match Base Ofs A B C P G E D
144 # State|---------------------------------------------------
145 # # 1| @ 7 + 0[ 2 . . . . . .]
146 # # 2| @ 7 + 1[ . 3 . . . . .]
147 # # 3| @ 7 + 2[ . . 4 . . . .]
148 # # 4| @ A + 0[ 9 8 0 5 6 7 A]
157 # 3: TRIEC-EXACT<S:4/10 W:6 L:1/1 C:24/7>[A-EGP](20)
165 # anchored "ABC" at 0 (checking anchored) minlen 4
167 # 1:4[3] 3:4[15] 19:32[0] 20:34[0]
168 # Guessing start of match in sv for REx "(?:ABCP|ABCG|ABCE|ABCB|ABCA|ABCD)" against "ABCD"
169 # Found anchored substr "ABC" at offset 0...
170 # Guessed: match at offset 0
171 # Matching REx "(?:ABCP|ABCG|ABCE|ABCB|ABCA|ABCD)" against "ABCD"
172 # 0 <> <ABCD> | 1:EXACT <ABC>(3)
173 # 3 <ABC> <D> | 3:TRIEC-EXACT<S:4/10 W:6 L:1/1 C:24/7>[A-EGP](20)
174 # 3 <ABC> <D> | State: 4 Accepted: 0 Charid: 7 CP: 44 After State: a
175 # 4 <ABCD> <> | State: a Accepted: 1 Charid: 6 CP: 0 After State: 0
176 # got 1 possible matches
177 # only one match left: #6 <D>
178 # 4 <ABCD> <> | 20:END(0)
181 # Freeing REx: "(?:ABCP|ABCG|ABCE|ABCB|ABCA|ABCD)"
186 only one match left: #6 <D>
195 #Compiling REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)$"
196 #size 48 nodes first at 3
203 # [Start:2 Words:14 Chars:54 Unique:18 States:29 Minlen:2 Maxlen:3 Start-Class:BCEJPVWbcejpvw]
205 # ... yada yada ... (dmq)
210 #floating ""$ at 3..4 (checking floating) stclass "EXACTF <.>" minlen 3
212 # 1:1[1] 3:2[1] 5:2[81] 45:83[1] 47:84[1] 48:85[0]
213 #Guessing start of match, REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|..." against "D:dev/perl/ver/28321_/perl.exe"...
214 #Found floating substr ""$ at offset 30...
215 #Starting position does not contradict /^/m...
216 #Does not contradict STCLASS...
217 #Guessed: match at offset 26
218 #Matching REx "(\.COM|\.EXE|\.BAT|\.CMD|\.VBS|\.VBE|\.JS|\.JSE|\.WSF|\.WSH|\.pyo|\.pyc|\.pyw|\.py)$..." against ".exe"
219 #Matching stclass "EXACTF <.>" against ".exe"
220 # Setting an EVAL scope, savestack=140
221 # 26 <21_/perl> <.exe> | 1: OPEN1
222 # 26 <21_/perl> <.exe> | 3: EXACTF <.>
223 # 27 <21_/perl.> <exe> | 5: TRIE-EXACTF
224 # only one match : #2 <.EXE>
225 # 30 <21_/perl.exe> <> | 45: CLOSE1
226 # 30 <21_/perl.exe> <> | 47: EOL
227 # 30 <21_/perl.exe> <> | 48: END
231 #Freeing REx: "(\\.COM|\\.EXE|\\.BAT|\\.CMD|\\.VBS|\\.VBE|\\.JS|\\.JSE|\\."......
233 floating ""$ at 3..4 (checking floating)
234 1:1[1] 3:2[1] 5:2[64] 45:83[1] 47:84[1] 48:85[0]
235 stclass EXACTF <.> minlen 3
236 Found floating substr ""$ at offset 30...
237 Does not contradict STCLASS...
238 Guessed: match at offset 26
239 Matching stclass EXACTF <.> against ".exe"
242 #size 12 nodes Got 100 bytes for offset annotations.
247 #anchored "q" at 0 (checking anchored isall) minlen 1
250 #Guessing start of match, REx "[q]" against "q"...
251 #Found anchored substr "q" at offset 0...
252 #Guessed: match at offset 0
255 Got 108 bytes for offset annotations.