kuroko/test/testGeneratorUpvalues.krk.expect

14 lines
146 B
Plaintext
Raw Permalink Normal View History

2022-07-24 09:54:36 +03:00
one
(1, 2, 3)
two
('a', 2, 3)
(2, 3, 'a')
three
('a', 'b', 3)
('b', 3, 'a')
(3, 'b', 'a')
exhaust
('a', 'b', 'c')
('b', 'c', 'a')
('c', 'b', 'a')