PythonExtra/tests/micropython/native_gen.py.exp
Damien George 761d2f6741 tests/micropython: Add more test cases for native generators.
Signed-off-by: Damien George <damien@micropython.org>
2022-05-18 15:23:11 +10:00

11 lines
72 B
Plaintext

3
4
5
[0, 1, 2]
1
caught ValueError(42,)
3
1
raising GeneratorExit
None