summaryrefslogtreecommitdiffstats
path: root/external-libs/pcre/testdata/testinput3
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-10 19:41:30 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-10 19:41:30 +0200
commitf3bf8d3110b852b8f338898c3237d16a74360cf3 (patch)
treecf291098388c426129f1a9e87dcbe27afc571eb3 /external-libs/pcre/testdata/testinput3
parenteb355c60c1fa9ea93fa6824349c91ed324f4ff14 (diff)
downloadqpdf-f3bf8d3110b852b8f338898c3237d16a74360cf3.tar.zst
remove files not needed for building
git-svn-id: svn+q:///qpdf/trunk@767 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'external-libs/pcre/testdata/testinput3')
-rw-r--r--external-libs/pcre/testdata/testinput365
1 files changed, 0 insertions, 65 deletions
diff --git a/external-libs/pcre/testdata/testinput3 b/external-libs/pcre/testdata/testinput3
deleted file mode 100644
index c2abdbfd..00000000
--- a/external-libs/pcre/testdata/testinput3
+++ /dev/null
@@ -1,65 +0,0 @@
-/^[\w]+/
- *** Failers
- École
-
-/^[\w]+/Lfr_FR
- École
-
-/^[\w]+/
- *** Failers
- École
-
-/^[\W]+/
- École
-
-/^[\W]+/Lfr_FR
- *** Failers
- École
-
-/[\b]/
- \b
- *** Failers
- a
-
-/[\b]/Lfr_FR
- \b
- *** Failers
- a
-
-/^\w+/
- *** Failers
- École
-
-/^\w+/Lfr_FR
- École
-
-/(.+)\b(.+)/
- École
-
-/(.+)\b(.+)/Lfr_FR
- *** Failers
- École
-
-/École/i
- École
- *** Failers
- école
-
-/École/iLfr_FR
- École
- école
-
-/\w/IS
-
-/\w/ISLfr_FR
-
-/^[\xc8-\xc9]/iLfr_FR
- École
- école
-
-/^[\xc8-\xc9]/Lfr_FR
- École
- *** Failers
- école
-
-/ End of testinput3 /