]> diplodocus.org Git - nmh/blobdiff - test/scan/test-scan-multibyte
Fix the format engine so it properly keeps track of multibyte characters
[nmh] / test / scan / test-scan-multibyte
index e877cf2dd592fb3e5e4fc16faba477f3faf31aa3..39f22240213411660172479935e32a0d09821380 100755 (executable)
@@ -45,7 +45,7 @@ expected="$MH_TEST_DIR/$$.expected"
 actual="$MH_TEST_DIR/$$.actual"
 
 cat > "$expected" <<EOF
-  11  03/02 David st Hubbins    Spin̈al Tap → Tap into America!<<Things are
+  11  03/02 David st Hubbins    Spin̈al Tap → Tap into America!<<Things are look
 EOF
 
 scan -width 80 +inbox 11 > $actual || exit 1