diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-30 12:41:56 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-30 12:41:56 +0200 |
| commit | 0f5be0bbaa862d2ccdb649eb6dd9fc5e26814e8a (patch) | |
| tree | 055e215af682bdde05f3e0b8e78e65e9d3e856d6 /testsuite/compiler/canonical/LexFoodsFin.gf | |
| parent | 0a70eca6e2913c462c5c65361131f3ed341e539d (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/LexFoodsFin.gf')
| -rw-r--r-- | testsuite/compiler/canonical/LexFoodsFin.gf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testsuite/compiler/canonical/LexFoodsFin.gf b/testsuite/compiler/canonical/LexFoodsFin.gf new file mode 100644 index 000000000..8b12f449f --- /dev/null +++ b/testsuite/compiler/canonical/LexFoodsFin.gf @@ -0,0 +1,21 @@ +-- (c) 2009 Aarne Ranta under LGPL +--# -coding=latin1 + +instance LexFoodsFin of LexFoods = + open SyntaxFin, ParadigmsFin in { + oper + wine_N = mkN "viini" ; + pizza_N = mkN "pizza" ; + cheese_N = mkN "juusto" ; + fish_N = mkN "kala" ; + fresh_A = mkA "tuore" ; + warm_A = mkA + (mkN "l�mmin" "l�mpim�n" "l�mmint�" "l�mpim�n�" "l�mpim��n" + "l�mpimin�" "l�mpimi�" "l�mpimien" "l�mpimiss�" "l�mpimiin" + ) + "l�mpim�mpi" "l�mpimin" ; + italian_A = mkA "italialainen" ; + expensive_A = mkA "kallis" ; + delicious_A = mkA "herkullinen" ; + boring_A = mkA "tyls�" ; +} |
