summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-24 22:42:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-24 22:42:30 (GMT)
commite598b0d32c0f6d2ba5356cbb58d8dcc56c1b2772 (patch)
tree8a0e8615e1cb9b408a15d492b243a10cd24f0711
parent3ac32056bc3f77e2f2d2af1c7f32ccef2dbf2fda (diff)
downloadtcl-e598b0d32c0f6d2ba5356cbb58d8dcc56c1b2772.zip
tcl-e598b0d32c0f6d2ba5356cbb58d8dcc56c1b2772.tar.gz
tcl-e598b0d32c0f6d2ba5356cbb58d8dcc56c1b2772.tar.bz2
Found problem with utf-6.125/6.126: argument -bytestring was missing in test
-rw-r--r--tests/utf.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/utf.test b/tests/utf.test
index 1180bf2..c2bc896 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -470,11 +470,11 @@ test utf-6.92 {Tcl_UtfNext, pointing to 2th byte of 4-byte valid sequence} testu
test utf-6.93 {Tcl_UtfNext, pointing to 2th byte of 4-byte invalid sequence} {testutfnext ucs2} {
testutfnext -bytestring \x80\x80\x80
} 1
-test utf-6.125 {Tcl_UtfNext, pointing to 2th byte of 5-byte invalid sequence} {testutfnext knownBug} {
- testutfnext \xA0\xA0\xA0\xA0
+test utf-6.125 {Tcl_UtfNext, pointing to 2th byte of 5-byte invalid sequence} testutfnext {
+ testutfnext -bytestring \xA0\xA0\xA0\xA0
} 1
-test utf-6.126 {Tcl_UtfNext, pointing to 2th byte of 5-byte invalid sequence} {testutfnext knownBug} {
- testutfnext \x80\x80\x80\x80
+test utf-6.126 {Tcl_UtfNext, pointing to 2th byte of 5-byte invalid sequence} testutfnext {
+ testutfnext -bytestring \x80\x80\x80\x80
} 1
test utf-7.1 {Tcl_UtfPrev} testutfprev {