Skip to content

Commit

Permalink
Update test_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal committed Aug 1, 2021
1 parent ceefdc0 commit f160912
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_parser.py
Expand Up @@ -72,9 +72,5 @@ def test_fizzbuzz():


if __name__ == "__main__": # For testing outside of the workflow

print(tokenise("₁ƛ₍₃₅kF½*∑∴"))
print(parse(tokenise("₁ƛ₍₃₅kF½*∑∴")))
print
test_basic()
test_fizzbuzz()

0 comments on commit f160912

Please sign in to comment.