Add tests in the language
This commit is contained in:
parent
74bd9c9582
commit
e8d8731922
6 changed files with 102 additions and 0 deletions
5
tests/arithmetics.ang
Normal file
5
tests/arithmetics.ang
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
assert(1+1 == 2)
|
||||
assert(3*2 == 6)
|
||||
assert(3/4 == 0.75)
|
||||
assert(2 - 5 == -3)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue