kuroko/test/testArgsKwargs.krk.expect
2024-02-15 17:22:11 +09:00

17 lines
269 B
Plaintext

Positionals: [1, 2, 3, 'a', 'b']
Keywords: {'foo': 'bar', 'biz': 42}
hi
Positionals: []
Keywords: {}
hi
1 2 [3, 4, 5, 6]
hello
hello
Main: 1 2 1 2
Keyword: {}
Main: 1 2 7 3
Keyword: {}
Main: 1 2 1 2
Keyword: {'test': 'thing'}
last() takes at most 4 arguments (6 given)