summaryrefslogtreecommitdiff
path: root/testdata/testinput8
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 10:56:40 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-09-16 10:56:40 +0000
commit7692ae91e93e3734fb046e2e4edff761219a0cc1 (patch)
tree369d6b65041a01cfb4ccbbf66ba97e1142dcceca /testdata/testinput8
parent449311e326f1a3f26c39e5fbc241256ee9cf50ad (diff)
downloadpcre-7692ae91e93e3734fb046e2e4edff761219a0cc1.tar.gz
Minor doc fix; update tests by adding comments to each file, and generally
tidying. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@450 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput8')
-rw-r--r--testdata/testinput88
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/testinput8 b/testdata/testinput8
index 11884ad..e879e81 100644
--- a/testdata/testinput8
+++ b/testdata/testinput8
@@ -1,6 +1,6 @@
-/-- Do not use the \x{} construct except with patterns that have the --/
-/-- /8 option set, because PCRE doesn't recognize them as UTF-8 unless --/
-/-- that option is set. However, the latest Perls recognize them always. --/
+/-- This set of tests checks UTF-8 support with the DFA matching functionality
+ of pcre_dfa_exec(). The -dfa flag must be used with pcretest when running
+ it. --/
/\x{100}ab/8
\x{100}ab
@@ -667,4 +667,4 @@
/X/8f<any>
A\x{1ec5}ABCXYZ
-/ End of testinput 8 /
+/-- End of testinput8 --/