summaryrefslogtreecommitdiff
path: root/testsuite/BOOST.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/BOOST.tests')
-rw-r--r--testsuite/BOOST.tests28
1 files changed, 14 insertions, 14 deletions
diff --git a/testsuite/BOOST.tests b/testsuite/BOOST.tests
index 98fd3b6..aa57489 100644
--- a/testsuite/BOOST.tests
+++ b/testsuite/BOOST.tests
@@ -1,5 +1,5 @@
-;
-;
+;
+;
; this file contains a script of tests to run through regress.exe
;
; comments start with a semicolon and proceed to the end of the line
@@ -289,7 +289,7 @@ a((b)*\2)*d abbbd 0 5 1 4 2 3
(a)\1bc*[ce]d aabcccd 0 7 0 1
^(a)\1b(c)*cd$ aabcccd 0 7 0 1 4 5
-; posix only:
+; posix only:
- match_default extended REG_EXTENDED
(ab*)[ab]*\1 ababaaa 0 7 0 1
@@ -391,11 +391,11 @@ a(b*|c|e)d ad 0 2 1 1
a(b?)c abc 0 3 1 2
a(b?)c ac 0 2 1 1
a(b+)c abc 0 3 1 2
-a(b+)c abbbc 0 5 1 4
-a(b*)c ac 0 2 1 1
+a(b+)c abbbc 0 5 1 4
+a(b*)c ac 0 2 1 1
(a|ab)(bc([de]+)f|cde) abcdef 0 6 0 1 1 6 3 5
a([bc]?)c abc 0 3 1 2
-a([bc]?)c ac 0 2 1 1
+a([bc]?)c ac 0 2 1 1
a([bc]+)c abc 0 3 1 2
a([bc]+)c abcc 0 4 1 3
a([bc]+)bc abcbc 0 5 1 3
@@ -774,13 +774,13 @@ a()b\1 ab 0 2 1 1
; subtleties of matching with no sub-expressions marked
- normal match_nosubs REG_NO_POSIX_TEST
-a(b?c)+d accd 0 4
-(wee|week)(knights|night) weeknights 0 10
+a(b?c)+d accd 0 4
+(wee|week)(knights|night) weeknights 0 10
.* abc 0 3
-a(b|(c))d abd 0 3
+a(b|(c))d abd 0 3
a(b|(c))d acd 0 3
a(b*|c|e)d abbd 0 4
-a(b*|c|e)d acd 0 3
+a(b*|c|e)d acd 0 3
a(b*|c|e)d ad 0 2
a(b?)c abc 0 3
a(b?)c ac 0 2
@@ -801,13 +801,13 @@ a(bbb+|bb+|b)bb abbb 0 4
(a*)* bc 0 0
- normal nosubs REG_NO_POSIX_TEST
-a(b?c)+d accd 0 4
-(wee|week)(knights|night) weeknights 0 10
+a(b?c)+d accd 0 4
+(wee|week)(knights|night) weeknights 0 10
.* abc 0 3
-a(b|(c))d abd 0 3
+a(b|(c))d abd 0 3
a(b|(c))d acd 0 3
a(b*|c|e)d abbd 0 4
-a(b*|c|e)d acd 0 3
+a(b*|c|e)d acd 0 3
a(b*|c|e)d ad 0 2
a(b?)c abc 0 3
a(b?)c ac 0 2