summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-03 17:25:55 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-08-03 17:25:55 +0000
commit05fb01d111a1164a4f63271d2b1656b94e71afc4 (patch)
tree3071e33aaf36f9707a25a718ffec514060f2bd07 /testdata/testinput1
parent927015e49e35951f14d4b92f35f72c934fe3da0a (diff)
downloadpcre2-05fb01d111a1164a4f63271d2b1656b94e71afc4.tar.gz
Maintenance on tests for Perl compatibility
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@333 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput135
1 files changed, 1 insertions, 34 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index f5b801c..e27366b 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -1448,18 +1448,6 @@
ABCabc
abcABC
-/ab{3cd/
- ab{3cd
-
-/ab{3,cd/
- ab{3,cd
-
-/ab{3,4a}cd/
- ab{3,4a}cd
-
-/{4,5a}bc/
- {4,5a}bc
-
/abc$/
abc
abc\n
@@ -1931,9 +1919,6 @@
x\nb\n
a\bx\n
-/\x0{ab}/
- \0{ab}
-
/(A|B)*?CD/
CD
@@ -4290,12 +4275,6 @@
** Failers
aaaaaa
-/ab\Cde/
- abXde
-
-/(?<=ab\Cde)X/
- abZdeX
-
/\H\h\V\v/
X X\x0a
X\x09X\x0b
@@ -4351,7 +4330,7 @@
** Failers
defabcxyz
-/^(a(b))\1\g1\g{1}\g-1\g{-1}\g{-02}Z/
+/^(a(b))\1\g1\g{1}\g-1\g{-1}\g{-2}Z/
ababababbbabZXXXX
/(?<A>tom|bon)-\g{A}/
@@ -5216,18 +5195,6 @@ name)/mark
/(?:.*?a)(?<=ba)/
aba
-/.*?a(*PRUNE)b/
- aab
-
-/.*?a(*PRUNE)b/s
- aab
-
-/^a(*PRUNE)b/s
- aab
-
-/.*?a(*SKIP)b/
- aab
-
/(?>.*?a)b/s
aab