mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
tests: Add tests for things that are not already tested.
The aim here is to improve coverage of the code.
This commit is contained in:
@@ -22,3 +22,6 @@ try:
|
||||
print(','.join([b'abc', b'123']))
|
||||
except TypeError:
|
||||
print("TypeError")
|
||||
|
||||
# joined by the compiler
|
||||
print("a" "b")
|
||||
|
||||
Reference in New Issue
Block a user