summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-11 18:07:25 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-12-11 18:07:25 +0000
commit02b9094df724302cd24f71f6a28ec3df318cec71 (patch)
tree550804928e374af17e464536f206369cbc7ec4d8 /testdata/testoutput2
parentd277aeef628cc77e6daafe2771970319476d2585 (diff)
downloadpcre-02b9094df724302cd24f71f6a28ec3df318cec71.tar.gz
Optimization fixes for ranges contains only a single character
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@798 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput2')
-rw-r--r--testdata/testoutput24
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 417225a..b35e6a7 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -7548,7 +7548,7 @@ Matched, but too many substrings
/[^a]+a/BZi
------------------------------------------------------------------
Bra
- /i [^A]++
+ /i [^a]++
/i a
Ket
End
@@ -7557,7 +7557,7 @@ Matched, but too many substrings
/[^a]+A/BZi
------------------------------------------------------------------
Bra
- /i [^A]++
+ /i [^a]++
/i A
Ket
End