0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/hogvm/__tests__/__snapshots__/tuples.stdout
2024-06-20 14:05:15 +00:00

13 lines
96 B
Plaintext

tuple()
tuple(1)
(1, 2)
(1, 2)
(1, 2, 3)
(1, '2', 3)
(1, (2, 3), 4)
(1, (2, (3, 4)), 5)
2
4
4
5