Add a test for #13653

This commit is contained in:
Alexey Milovidov 2022-10-20 01:39:08 +02:00
parent 1b27c7ebe0
commit b4d241b54d
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
1
1
[(3,3)]
1

View File

@ -0,0 +1,4 @@
select [(toUInt8(3), toUInt8(3))] = [(toInt16(3), toInt16(3))];
select hasAny([(toInt16(3), toInt16(3))],[(toInt16(3), toInt16(3))]);
select arrayFilter(x -> x = (toInt16(3), toInt16(3)), arrayZip([toUInt8(3)], [toUInt8(3)]));
select hasAny([(toUInt8(3), toUInt8(3))],[(toInt16(3), toInt16(3))]);