summaryrefslogtreecommitdiff
path: root/testsuite/compiler/canonical/FoodsFin.gf
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-06-30 12:41:56 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-06-30 12:41:56 +0200
commit0f5be0bbaa862d2ccdb649eb6dd9fc5e26814e8a (patch)
tree055e215af682bdde05f3e0b8e78e65e9d3e856d6 /testsuite/compiler/canonical/FoodsFin.gf
parent0a70eca6e2913c462c5c65361131f3ed341e539d (diff)
Add shell script in testsuite/compiler/canonical for replicating known issues
Ideally this is integrated into proper test suite, but that's too much overhead for now
Diffstat (limited to 'testsuite/compiler/canonical/FoodsFin.gf')
-rw-r--r--testsuite/compiler/canonical/FoodsFin.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/compiler/canonical/FoodsFin.gf b/testsuite/compiler/canonical/FoodsFin.gf
new file mode 100644
index 000000000..962199805
--- /dev/null
+++ b/testsuite/compiler/canonical/FoodsFin.gf
@@ -0,0 +1,6 @@
+
+-- (c) 2009 Aarne Ranta under LGPL
+
+concrete FoodsFin of Foods = FoodsI with
+ (Syntax = SyntaxFin),
+ (LexFoods = LexFoodsFin) ;