0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/hogvm/__tests__/__snapshots__/tuples.stdout
2024-06-07 11:37:53 +02:00

9 lines
65 B
Plaintext

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