aboutsummaryrefslogtreecommitdiff
path: root/testdata/testinput12
diff options
context:
space:
mode:
authorZoltán Herczeg <hzmester@freemail.hu>2017-03-31 05:40:37 +0000
committerZoltán Herczeg <hzmester@freemail.hu>2017-03-31 05:40:37 +0000
commitbdac9df4cfeaa66c0a76366b4f6ab004edc86048 (patch)
tree08f98f2aaacdbafb45dbe18fde5fc1d0018ee761 /testdata/testinput12
parentf7e077c7469d9fb5a47c98854b3d7e4a4db91ac4 (diff)
downloadpcre-bdac9df4cfeaa66c0a76366b4f6ab004edc86048.tar.gz
Fix character type detection when 32-bit and UCP are enabled but UTF is not in JIT.
Diffstat (limited to 'testdata/testinput12')
-rw-r--r--testdata/testinput122
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index decfe820..cca5dfa7 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -361,6 +361,6 @@
/[\s[:^ascii:]]/B,ucp
/\pP/ucp
- \x{7fffffff}\=no_jit
+ \x{7fffffff}
# End of testinput12