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

tests for llook & rlook

parent 5bd6b3cb
Branches
No related merge requests found
......@@ -9,3 +9,52 @@ llook(0, end, $V, False)
False
V=nowhere
---
position=0
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=3
---
position=3
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=0
---
position=4
rlook(0,end,$P,
inter(class[$P], {subst})
)
True
P=8
---
position=19
rlook(0,end,$P,inter(class[$P], {subst}))
False
P=nowhere
---
position=26
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
True
NomAcc=-1
---
position=12
llook(0,begin,$NomAcc, equal(cas[$NomAcc],{nom,acc}))
True
NomAcc=-4
---
position=2
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