Revision: 1386
http://vcs.pcre.org/viewvc?view=rev&revision=1386
Author: ph10
Date: 2013-10-29 17:15:47 +0000 (Tue, 29 Oct 2013)
Log Message:
-----------
A test that was in test 4 should have been in test 5.
Modified Paths:
--------------
code/trunk/testdata/testinput4
code/trunk/testdata/testinput5
code/trunk/testdata/testoutput4
code/trunk/testdata/testoutput5
Modified: code/trunk/testdata/testinput4
===================================================================
--- code/trunk/testdata/testinput4 2013-10-29 16:08:15 UTC (rev 1385)
+++ code/trunk/testdata/testinput4 2013-10-29 17:15:47 UTC (rev 1386)
@@ -711,7 +711,7 @@
\x{100}\x{100}\x{100}\x{100}
\x{100}\x{100}\x{100}
-/^a+[a\x{200}]/8BZ
+/^a+[a\x{200}]/8
aa
/-- End of testinput4 --/
Modified: code/trunk/testdata/testinput5
===================================================================
--- code/trunk/testdata/testinput5 2013-10-29 16:08:15 UTC (rev 1385)
+++ code/trunk/testdata/testinput5 2013-10-29 17:15:47 UTC (rev 1386)
@@ -785,4 +785,7 @@
/\ud800/<JS>8
+/^a+[a\x{200}]/8BZ
+ aa
+
/-- End of testinput5 --/
Modified: code/trunk/testdata/testoutput4
===================================================================
--- code/trunk/testdata/testoutput4 2013-10-29 16:08:15 UTC (rev 1385)
+++ code/trunk/testdata/testoutput4 2013-10-29 17:15:47 UTC (rev 1386)
@@ -1257,15 +1257,7 @@
\x{100}\x{100}\x{100}
No match
-/^a+[a\x{200}]/8BZ
-------------------------------------------------------------------
- Bra
- ^
- a+
- [a\x{200}]
- Ket
- End
-------------------------------------------------------------------
+/^a+[a\x{200}]/8
aa
0: aa
Modified: code/trunk/testdata/testoutput5
===================================================================
--- code/trunk/testdata/testoutput5 2013-10-29 16:08:15 UTC (rev 1385)
+++ code/trunk/testdata/testoutput5 2013-10-29 17:15:47 UTC (rev 1386)
@@ -1870,4 +1870,16 @@
/\ud800/<JS>8
Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 5
+/^a+[a\x{200}]/8BZ
+------------------------------------------------------------------
+ Bra
+ ^
+ a+
+ [a\x{200}]
+ Ket
+ End
+------------------------------------------------------------------
+ aa
+ 0: aa
+
/-- End of testinput5 --/