summaryrefslogtreecommitdiff
path: root/t/re/re_tests
diff options
context:
space:
mode:
Diffstat (limited to 't/re/re_tests')
-rw-r--r--t/re/re_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 5a9b5db095..9b65f5532b 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1542,8 +1542,8 @@ abc\N{def - c - \\N{NAME} must be resolved by the lexer
/^\R\x0A$/ \x0D\x0A yT $& \x0D\x0A
/ff/i \x{FB00}\x{FB01} y $& \x{FB00}
-/ff/i \x{FB01}\x{FB00} yT $& \x{FB00}
+/ff/i \x{FB01}\x{FB00} y $& \x{FB00}
/fi/i \x{FB01}\x{FB00} y $& \x{FB01}
-/fi/i \x{FB00}\x{FB01} yT $& \x{FB01}
+/fi/i \x{FB00}\x{FB01} y $& \x{FB01}
# vim: softtabstop=0 noexpandtab