about summary refs log tree commit diff stats
path: root/js/scripting-lang/baba-yaga-c/test_exact_22.txt
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/baba-yaga-c/test_exact_22.txt')
-rw-r--r--js/scripting-lang/baba-yaga-c/test_exact_22.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/scripting-lang/baba-yaga-c/test_exact_22.txt b/js/scripting-lang/baba-yaga-c/test_exact_22.txt
deleted file mode 100644
index 446c2a5..0000000
--- a/js/scripting-lang/baba-yaga-c/test_exact_22.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Exact test from 22_parser_limitations.txt */
-test_multi_expr : x y -> 
-  when (x % 2) (y % 2) is
-    0 0 then "both even"
-    0 1 then "x even, y odd"
-    1 0 then "x odd, y even"
-    1 1 then "both odd";
-
-result : test_multi_expr 4 5; 
\ No newline at end of file