Skip to content
Snippets Groups Projects
Commit 971eb269 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

more tests for iteration ops

parent e425b46e
Branches
No related merge requests found
......@@ -58,3 +58,33 @@ llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
False
NomAcc=nowhere
---
position=0
only(10,12,$Loc, in(loc, cas[$Loc]))
True
Loc=12
---
position=0
only(10,13,$Loc, in(loc, cas[$Loc]))
False
Loc=nowhere
---
position=0
atleast(9,13,$Loc, in(loc, cas[$Loc]), 3)
True
Loc=12
---
position=0
atleast(9,13,$Loc, in(loc, cas[$Loc]), 4)
False
Loc=nowhere
---
position=-1
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
False
NomAcc=nowhere
---
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment