summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-26 11:16:43 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-26 11:16:43 +0000
commit94bbb126cebcb4560ca3e26ae69298bee2fa8cd1 (patch)
tree52b7e4d042e5c1e74d4cd42d9f6b14a6e6941c94
parentf2088f309ecbe5ead0c14a77f2bfa6ed0d88992e (diff)
downloadpcre-94bbb126cebcb4560ca3e26ae69298bee2fa8cd1.tar.gz
Tidy up comment in test input.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1315 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput16
-rw-r--r--testdata/testoutput18
2 files changed, 6 insertions, 8 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index c5f21e0..e3050ef 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -3773,9 +3773,9 @@
abc123abc
abc123bc
-/-- This tests for an IPv6 address in the form where it can have up to --/
-/-- eight components, one and only one of which is empty. This must be --/
-/-- an internal component. --/
+/-- This tests for an IPv6 address in the form where it can have up to
+ eight components, one and only one of which is empty. This must be
+ an internal component. --/
/^(?!:) # colon disallowed at start
(?: # start of item
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 4033b10..3ed6351 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -6160,11 +6160,9 @@ No match
1: bc
2: bc
-/-- This tests for an IPv6 address in the form where it can have up to --/
-/-- eight components, one and only one of which is empty. This must be --/
-No match
-/-- an internal component. --/
-No match
+/-- This tests for an IPv6 address in the form where it can have up to
+ eight components, one and only one of which is empty. This must be
+ an internal component. --/
/^(?!:) # colon disallowed at start
(?: # start of item