summaryrefslogtreecommitdiff
path: root/tests/tr/test.data.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tr/test.data.pl')
-rwxr-xr-xtests/tr/test.data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tr/test.data.pl b/tests/tr/test.data.pl
index b5acbb367..3d804734e 100755
--- a/tests/tr/test.data.pl
+++ b/tests/tr/test.data.pl
@@ -61,7 +61,7 @@
("B", "", '', 'a',"''", "", 1);
("C", "abcxyzABCXYZ", '', '[:lower:]', '[:upper:]', "ABCXYZABCXYZ", 0);
("D", "abcxyzABCXYZ", '', '[:upper:]', '[:lower:]', "abcxyzabcxyz", 0);
-
+#
("E", "a=c", '', 'a[=*2][=c=]', 'xyyz', "xyz", 0);
("F", ":1239", '', '[:*3][:digit:]', 'a-m', "cefgm", 0);
("G", "abc", '', 'a[b*512]c', '1[x*]2', "1x2", 0);