Skip to content

Commit

Permalink
add a structure exception test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Feb 24, 2024
1 parent 9929299 commit 9ed427f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
send(0x1234567890123456789012345678901234567890, 5)
""",
"""
struct Foo:
pass
@external
def foo():
log Foo # missing parens
""",
"""
x: [bar, baz]
""",
"""
Expand Down

0 comments on commit 9ed427f

Please sign in to comment.