summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-17 16:55:07 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-17 16:55:07 +0000
commit9a61463ee5099a08610fb08ada15b3c8fc3e0ad5 (patch)
tree66d801a879dcf0a81299d5961d3e923368b8c021 /testdata/testinput5
parent4b5e82c43d6529a00a98be0351493d3f56d5e4eb (diff)
downloadpcre-9a61463ee5099a08610fb08ada15b3c8fc3e0ad5.tar.gz
Apply character value checks to \u.... in JavaScript mode, for compatibility
with \x{....} in non-JavaScript mode. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@978 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput56
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 008e660..642749c 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -763,4 +763,10 @@
/(?<!^)ETA/8
ETA
+/\u0100/<JS>8BZ
+
+/[\u0100-\u0200]/<JS>8BZ
+
+/\ud800/<JS>8
+
/-- End of testinput5 --/