Revision: 1315
http://vcs.pcre.org/viewvc?view=rev&revision=1315
Author: ph10
Date: 2013-04-26 12:16:43 +0100 (Fri, 26 Apr 2013)
Log Message:
-----------
Tidy up comment in test input.
Modified Paths:
--------------
code/trunk/testdata/testinput1
code/trunk/testdata/testoutput1
Modified: code/trunk/testdata/testinput1
===================================================================
--- code/trunk/testdata/testinput1 2013-04-26 10:44:13 UTC (rev 1314)
+++ code/trunk/testdata/testinput1 2013-04-26 11:16:43 UTC (rev 1315)
@@ -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
Modified: code/trunk/testdata/testoutput1
===================================================================
--- code/trunk/testdata/testoutput1 2013-04-26 10:44:13 UTC (rev 1314)
+++ code/trunk/testdata/testoutput1 2013-04-26 11:16:43 UTC (rev 1315)
@@ -6160,11 +6160,9 @@
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