From cc44b10da1bcc4af87fb7bb0336177a31798608e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 19 Sep 2015 20:22:19 +0100 Subject: unposted: fix typo in test --- Test/D07multibyte.ztst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index 5ae9b2c12..dff2ec12f 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -543,6 +543,6 @@ [[ $'\xe3' == [[:INCOMPLETE:]] ]] || print fail 1 [[ $'\xe3\x83' == [[:INCOMPLETE:]][[:INVALID:]] ]] || print fail 2 - [[ $'\xe3\x83\x9b' != [[:INCOMPLETE:][:NVALID:]] ]] || print fail 3 + [[ $'\xe3\x83\x9b' != [[:INCOMPLETE:][:INVALID:]] ]] || print fail 3 [[ $'\xe3\x83\x9b' = ? ]] || print fail 4 0:Testing incomplete and invalid multibyte character components -- cgit 1.4.1