kuroko/test/testGeneratorUpvalues.krk.expect
2022-07-24 15:54:36 +09:00

14 lines
146 B
Plaintext

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')