From: Robert Kessl Date: Wed, 23 Jul 2014 14:16:30 +0000 (+0200) Subject: xtypes&tableprinter: update of tests X-Git-Tag: v6.1~3^2~57 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=12ce08bc9967105b1e12798f3bfcd416a7f80204;p=libucw.git xtypes&tableprinter: update of tests --- diff --git a/ucw/xtypes-test.c b/ucw/xtypes-test.c index 7ddde2d8..dc898cc5 100644 --- a/ucw/xtypes-test.c +++ b/ucw/xtypes-test.c @@ -63,6 +63,9 @@ static void test_size_parse_errors(struct fastbuf *out) static const char *size_strs[] = { "1X", "KB", + "X1KB", + "1XKB", + "1KBX", "\0", NULL }; diff --git a/ucw/xtypes-test.t b/ucw/xtypes-test.t index f62e19a6..3480a3ad 100644 --- a/ucw/xtypes-test.t +++ b/ucw/xtypes-test.t @@ -5,8 +5,11 @@ Out <