Added test [#METR-18149].

This commit is contained in:
Alexey Milovidov 2016-07-10 10:41:03 +03:00
parent 9d2e8a4636
commit ff558b9a10
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
5 7 7

View File

@ -0,0 +1 @@
SELECT visibleWidth((1, 2)), visibleWidth([1, 2, 3]), visibleWidth((1, [2]));