summaryrefslogtreecommitdiff
path: root/testdata/testoutput8
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 09:38:32 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 09:38:32 +0000
commit860041b0856fb978874554395e344ee5407d93df (patch)
tree4c41c85a3c8eb4e6032ff74a8e3f9a386dbabb97 /testdata/testoutput8
parenta25c4effe77bf80ee50bcc4ca6969e1207b6a51e (diff)
downloadpcre-860041b0856fb978874554395e344ee5407d93df.tar.gz
(1) Update tests 2,5,7,8 to run when --enable-bsr-anycrlf is used.
(2) Updates files changed by building test release. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@247 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput8')
-rw-r--r--testdata/testoutput88
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/testoutput8 b/testdata/testoutput8
index 72d88f3..631e5b8 100644
--- a/testdata/testoutput8
+++ b/testdata/testoutput8
@@ -1052,7 +1052,7 @@ No match
0: abc8
0: abc9
-/^a\Rb/8
+/^a\Rb/8<bsr_unicode>
a\nb
0: a\x{0a}b
a\rb
@@ -1074,7 +1074,7 @@ No match
a\n\rb
No match
-/^a\R*b/8
+/^a\R*b/8<bsr_unicode>
ab
0: ab
a\nb
@@ -1094,7 +1094,7 @@ No match
a\n\r\x{85}\x0cb
0: a\x{0a}\x{0d}\x{85}\x{0c}b
-/^a\R+b/8
+/^a\R+b/8<bsr_unicode>
a\nb
0: a\x{0a}b
a\rb
@@ -1116,7 +1116,7 @@ No match
ab
No match
-/^a\R{1,3}b/8
+/^a\R{1,3}b/8<bsr_unicode>
a\nb
0: a\x{0a}b
a\n\rb