1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 09:09:31 +00:00

Update tests

This commit is contained in:
Étienne Fildadut 2024-01-02 00:36:10 +01:00
parent a79b054bfb
commit a85e7ab0af
73 changed files with 246 additions and 157 deletions

View file

@ -1,6 +1,6 @@
--# run #--
--- error ---
can't call closure ($(a, b) _): expected 2 arguments, received 1
can't call function $(a, b) _: expected 2 arguments, received 1
↳ from test/tests/function args arity check fail.ans:4:2 in call: f("ok")
↳ from ? in block: :f = ($(a, b) _)…
--# saved #--