From 12ce08bc9967105b1e12798f3bfcd416a7f80204 Mon Sep 17 00:00:00 2001 From: Robert Kessl Date: Wed, 23 Jul 2014 16:16:30 +0200 Subject: [PATCH] xtypes&tableprinter: update of tests --- ucw/xtypes-test.c | 3 +++ ucw/xtypes-test.t | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 <