summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-09-22 10:40:15 -0600
committerKarl Williamson <public@khwilliamson.com>2011-09-22 12:07:26 -0600
commitfd0f00a93384045e0679fc6f89cb492fcac2b5a5 (patch)
tree337354f28f886ea9faa9a2d8ef1fa289bb2ef069
parentb9b741c8056a3e8b9018d8acd78b940643e708d0 (diff)
downloadperl-fd0f00a93384045e0679fc6f89cb492fcac2b5a5.tar.gz
re_tests: Add TODO test
-rw-r--r--t/re/re_tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 5708de1dc9..9807e0ffef 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1535,4 +1535,7 @@ abc\N{def - c - \\N{NAME} must be resolved by the lexer
/^\p{L_}/ \x{3400} n - -
/^\p{L}/ \x{3400} y $& \x{3400}
+# RT #89774
+/s\xDF/ui \xDFs yT $& \xDFs
+
# vim: softtabstop=0 noexpandtab