From aa21c93f2ac36512e58eabe5ea176e402d049f68 Mon Sep 17 00:00:00 2001 From: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Date: Thu, 4 Aug 2011 12:51:59 +0200 Subject: [PATCH] tests for crossing iter ranges --- tests/data/crossing.ccl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/crossing.ccl diff --git a/tests/data/crossing.ccl b/tests/data/crossing.ccl new file mode 100644 index 0000000..abae649 --- /dev/null +++ b/tests/data/crossing.ccl @@ -0,0 +1,38 @@ +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 +--- -- GitLab