From 27301ac380db7209e66a3028c3afa7e7d09eae58 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 18 Dec 2017 08:43:41 +0300 Subject: [PATCH] Updated test [#CLICKHOUSE-2]. --- .../00298_enum_width_and_cast.reference | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dbms/tests/queries/0_stateless/00298_enum_width_and_cast.reference b/dbms/tests/queries/0_stateless/00298_enum_width_and_cast.reference index 271a84c2ee7..55bf1846eeb 100644 --- a/dbms/tests/queries/0_stateless/00298_enum_width_and_cast.reference +++ b/dbms/tests/queries/0_stateless/00298_enum_width_and_cast.reference @@ -1,17 +1,17 @@ -┌─────x─┬─y─┐ +┌─x─────┬─y─┐ │ Hello │ 0 │ └───────┴───┘ -┌─────x─┬─y─┐ +┌─x─────┬─y─┐ │ Hello │ 0 │ -│ \\ │ 0 │ +│ \\ │ 0 │ └───────┴───┘ -┌─────x─┬─y─┐ +┌─x─────┬─y─┐ │ Hello │ 0 │ -│ \\ │ 0 │ +│ \\ │ 0 │ │ \t\\t │ 0 │ └───────┴───┘ -┌─────x─┬─y─┬─toInt8(x)─┬─s─────┬─casted─┐ -│ Hello │ 0 │ -100 │ Hello │ Hello │ -│ \\ │ 0 │ 0 │ \\ │ \\ │ -│ \t\\t │ 0 │ 111 │ \t\\t │ \t\\t │ +┌─x─────┬─y─┬─toInt8(x)─┬─s─────┬─casted─┐ +│ Hello │ 0 │ -100 │ Hello │ Hello │ +│ \\ │ 0 │ 0 │ \\ │ \\ │ +│ \t\\t │ 0 │ 111 │ \t\\t │ \t\\t │ └───────┴───┴───────────┴───────┴────────┘