From 01fa998afeaf983e50cf0ab93936a53250a0fa4c Mon Sep 17 00:00:00 2001 From: dgp Date: Mon, 13 Apr 2020 16:57:15 +0000 Subject: Repair tests to expect the right thing. --- tests/utf.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utf.test b/tests/utf.test index 9ce2b64..c2191c2 100644 --- a/tests/utf.test +++ b/tests/utf.test @@ -170,13 +170,13 @@ test utf-7.10.2 {Tcl_UtfPrev} testutfprev { } 2 test utf-7.11 {Tcl_UtfPrev} testutfprev { testutfprev A\xE8\xA0 -} 2 +} 1 test utf-7.11.1 {Tcl_UtfPrev} testutfprev { testutfprev A\xE8\xA0\xA0\xA0 3 } 1 test utf-7.11.2 {Tcl_UtfPrev} testutfprev { testutfprev A\xE8\xA0\xF8\xA0 3 -} 2 +} 1 test utf-7.12 {Tcl_UtfPrev} testutfprev { testutfprev A\xD0\xA0 } 1 -- cgit v0.12