summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-03 18:17:31 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-01-03 18:17:31 +0000
commita4aac52123061a798ef523000fa4499e2fcfa196 (patch)
treeedff83d011ef8e1bac040b232a7e2de487e34d56 /testdata/testoutput5
parentdb52596dd855c776de48f9253539c0687d554336 (diff)
downloadpcre2-a4aac52123061a798ef523000fa4499e2fcfa196.tar.gz
Improve class handling for \H and \V by ignoring caseless.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@647 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput5')
-rw-r--r--testdata/testoutput518
1 files changed, 18 insertions, 0 deletions
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index 0eb5b55..9651fd1 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -4214,4 +4214,22 @@ Failed: error 125 at offset 2: lookbehind assertion is not fixed length
End
------------------------------------------------------------------
+# Horizontal and vertical space lists ignore caseless
+
+/[\HH]/Bi,utf
+------------------------------------------------------------------
+ Bra
+ [\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}]
+ Ket
+ End
+------------------------------------------------------------------
+
+/[^\HH]/Bi,utf
+------------------------------------------------------------------
+ Bra
+ [^\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}]
+ Ket
+ End
+------------------------------------------------------------------
+
# End of testinput5