Simplified formatDateTime test case: removed format directives that produce '\n' and '\t' chars.

This commit is contained in:
Vasily Nemkov 2019-10-31 11:27:48 +03:00
parent a6ba05e5d9
commit 947cfa6056

View File

@ -77,7 +77,7 @@ CAST(N as DateTime64(6))
CAST(N as DateTime64(9)) CAST(N as DateTime64(9))
CAST(N as DateTime64(12)) CAST(N as DateTime64(12))
CAST(N as DateTime64(18)) CAST(N as DateTime64(18))
formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %n %p %R %S %t %T %u %V %w %y %Y %%') formatDateTime(N, '%C %d %D %e %F %H %I %j %m %M %p %R %S %T %u %V %w %y %Y %%')
""".splitlines() """.splitlines()
# Expanded later to cartesian product of all arguments. # Expanded later to cartesian product of all arguments.