mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20:13 +01:00
Add tests to test compiler and emitted byte code.
This commit is contained in:
6
tests/bytecode/mp-tests/set1.py
Normal file
6
tests/bytecode/mp-tests/set1.py
Normal file
@@ -0,0 +1,6 @@
|
||||
x = set()
|
||||
x = {1}
|
||||
x = {1,}
|
||||
x = {1, 2}
|
||||
x = {1, 2,}
|
||||
x = {1, 2, 3}
|
||||
Reference in New Issue
Block a user