summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-07-22 09:33:04 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-07-22 09:33:04 +0000
commitabfc467cb9b2c51a7bcfa32c9b1926c21f2ed373 (patch)
tree4fdaf3139d84340a531dd0510b612b1983a0b4dc /testdata
parent7c9f98aa0d1ba2605294670d896ba36cf63edf04 (diff)
downloadpcre-abfc467cb9b2c51a7bcfa32c9b1926c21f2ed373.tar.gz
Fix (?R- not being diagnosed correctly.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1582 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput23
2 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index d83c436..8f18fa4 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4190,4 +4190,6 @@ backtracking verbs. --/
/()(?(R)0)*+/BZ
+/(?R-:(?</
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 745832f..0ec4b36 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14523,4 +14523,7 @@ Failed: missing terminating ] for character class at offset 353
End
------------------------------------------------------------------
+/(?R-:(?</
+Failed: (?R or (?[+-]digits must be followed by ) at offset 3
+
/-- End of testinput2 --/