Ticket #6346: output

File output, 249 bytes (added by nowahn <nowahn@…>, 11 years ago)

Output of the test program.

Line 
1>>> Bux not fixed:
2RegexInvalid.status(): "17"
3RegexInvalid.begin(): "0"
4RegexValid.status(): "0"
5RegexValid.begin(): "0"
6
7>>> Bug fixed:
8RegexInvalid.status(): "17"
9RegexInvalid.begin(): "0"
10RegexValid.status(): "0"
11RegexValid.begin(): "0x916618"
12