mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Update tests
This commit is contained in:
parent
a79b054bfb
commit
a85e7ab0af
73 changed files with 246 additions and 157 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
|before recursion {c}: {a}
|
||||
|
||||
n < 5 ~
|
||||
if(n < 5)
|
||||
f(c+1)
|
||||
|
||||
|after recursion {c}: {a}
|
||||
|
|
@ -29,7 +29,7 @@ f!
|
|||
|
||||
|before recursion {c}: {a}
|
||||
|
||||
n < 5 ~
|
||||
if(n < 5)
|
||||
g(c+1, a)
|
||||
|
||||
|after recursion {c}: {a}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue