mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
More Ostap tests
This commit is contained in:
parent
4c031ce95f
commit
4ed4101ad9
2 changed files with 34 additions and 0 deletions
6
stdlib/regression/orig/test16.log
Normal file
6
stdlib/regression/orig/test16.log
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Succ (Eq ("a", "a"))
|
||||
Succ (Eq ("b", "b"))
|
||||
Succ (Eq (Mul ("a", "a"), Mul ("a", "a")))
|
||||
Succ (Eq (Mul ("b", "b"), Mul ("b", "b")))
|
||||
Succ (Eq (Add (Mul ("a", "a"), Sub (Div ("a", "a"), Mul ("a", "a"))), Sub (Mul ("a", "a"), "a")))
|
||||
Succ (Eq (Add (Mul ("b", "b"), Sub (Div ("b", "b"), Mul ("b", "b"))), Sub (Mul ("b", "b"), "b")))
|
||||
Loading…
Add table
Add a link
Reference in a new issue