dbms: added test [#METR-17986].

This commit is contained in:
Alexey Milovidov 2015-09-20 07:09:21 +03:00
parent 27c1d4e807
commit 311c9b2f39
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
Row 1:
──────
x: a\tb\nc\td
Row 1:
──────
x: a b
c d

View File

@ -0,0 +1,2 @@
SELECT 'a\tb\nc\td' AS x FORMAT Vertical;
SELECT 'a\tb\nc\td' AS x FORMAT VerticalRaw;