summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-03 14:51:49 -0700
committerKarl Williamson <public@khwilliamson.com>2012-02-09 10:13:56 -0700
commit35245af46df86a11fd27832c39945b4dbcafaf8b (patch)
tree036ec4178474b367dead34cb957f0a85513de496 /t
parent8dc9348a4fe3df8461968371e8024a3b4842cc16 (diff)
downloadperl-35245af46df86a11fd27832c39945b4dbcafaf8b.tar.gz
t/re/re_tests: Add Todo test
This bug was spotted by Tom Christiansen, but no bug report has been written. /[[:ascii:]]/i should match the same set of code points as /\p{ASCII}/i. But it is matching things outside the ASCII range
Diffstat (limited to 't')
-rw-r--r--t/re/re_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 66ca57276a..e37cfb1cc5 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1564,4 +1564,6 @@ abc\N{def - c - \\N{NAME} must be resolved by the lexer
/sst/ui s\N{LATIN SMALL LIGATURE ST} y $& s\N{LATIN SMALL LIGATURE ST}
/sst/ui s\N{LATIN SMALL LIGATURE LONG S T} y $& s\N{LATIN SMALL LIGATURE LONG S T}
+# /i properties shouldn't match more than the property itself
+/[[:ascii:]]/i \N{KELVIN SIGN} Tn - -
# vim: softtabstop=0 noexpandtab