aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/Course-2002-13.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/run/Course-2002-13.check')
-rw-r--r--tests/pending/run/Course-2002-13.check14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/pending/run/Course-2002-13.check b/tests/pending/run/Course-2002-13.check
new file mode 100644
index 000000000..7664f7057
--- /dev/null
+++ b/tests/pending/run/Course-2002-13.check
@@ -0,0 +1,14 @@
+List(S = jean, V = mange, A = le, D = grand, N = table)
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
+
+List(S = jean, V = mange, A = le, D = grand, N = cheval)
+List(S = jean, V = mange, A = la, D = belle, N = table)
+
+List(S = jean, V = mange, A = le, D = nil, N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,nil), N = cheval)
+List(S = jean, V = mange, A = le, D = cons(grand,cons(grand,nil)), N = cheval)
+List(S = jean, V = mange, A = la, D = nil, N = table)
+yes
+yes
+no
+