summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2018-02-13 16:11:55 +1100
committerSteve Hay <steve.m.hay@googlemail.com>2018-03-23 19:36:33 +0000
commitfa889a389ebb8e63782a3697775aa42c63a8f0cd (patch)
tree524c22ae630ddb34b99a59d062674dea1ee23ff5 /t
parent8e6f44c90c7fa1f63c19a44c45482b09a407e15b (diff)
downloadperl-fa889a389ebb8e63782a3697775aa42c63a8f0cd.tar.gz
5.26.1: fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 target
(cherry picked from commit 1924ce1c74248596589210f8a323aa0ceac0bd0d)
Diffstat (limited to 't')
-rw-r--r--t/re/re_tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 410fceadac..78baed6ffc 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1985,6 +1985,7 @@ AB\s+\x{100} AB \x{100}X y - -
/(?x)[a b]/xx \N{SPACE} yS $& # Note a space char here
/(?xx)[a b]/x \N{SPACE} n - -
/(?-x:[a b])/xx \N{SPACE} yS $& # Note a space char here
+(?il)\x{100}|\x{100}|\x{FF} \xFF y $& \xFF
# Keep these lines at the end of the file
# vim: softtabstop=0 noexpandtab