X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d7d9ff56fcd4d803799657a5b46d0022e9837e1d..88363a377a5a6f1f9e3984c2a300816c2042f5e3:/test/scan/test-scan-multibyte diff --git a/test/scan/test-scan-multibyte b/test/scan/test-scan-multibyte index 2650d124..c2c581bc 100755 --- a/test/scan/test-scan-multibyte +++ b/test/scan/test-scan-multibyte @@ -70,7 +70,12 @@ else fi scan -width 80 +inbox 11 > $actual || exit 1 +oldfailed="${failed:-0}" check "$expected" "$actual" +if test "$oldfailed" -ne "${failed:-0}"; then + echo "Complete UTF-8 width table for BMP" + ${MH_OBJ_DIR}/test/getcwidth --dump +fi # # Check decoding with an invalid multibyte sequence. We skip this test