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

tests for crossing iter ranges

parent 640d27c7
No related merge requests found
tagset=kipi
sentence=t01.xml
---
rlook(0, 1, $It, True)
True
It=0
---
llook(1, 0, $It, True)
True
It=1
---
rlook(1, 0, $It, True)
False
It=nowhere
---
llook(0, 1, $It, True)
False
It=nowhere
---
only(0, 1, $It, True)
True
It=1
---
only(1, 0, $It, True)
True
It=nowhere
---
only(1, 0, $It, False)
True
It=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