Skip to content

Commit

Permalink
tests for issue #467
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jan 31, 2025
1 parent ebc8f7c commit 85bd758
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/fst/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif # CAN_YAML_TEST

# List tests that are presently (expected) failures here, ie things that should
# be fixed *later*, but is not critical at the moment:
XFAIL_TESTS=
XFAIL_TESTS=run-gt-norm-yaml-testcases.sh



Expand Down
18 changes: 18 additions & 0 deletions src/fst/test/gt-norm-yamls/verb-imperatives_gt-norm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
Config:
hfst:
Gen: ../../../src/generator-gt-desc.hfst
Morph: ../../../src/analyser-gt-desc.hfst
xerox:
Gen: ../../../src/generator-gt-desc.xfst
Morph: ../../../src/analyser-gt-desc.xfst
App: lookup

# c.f. https://github.com/giellalt/lang-sme/issues/467


Tests:
Imperatives - viehkat, boahtit, goarrut:
viehkat+V+IV+Imprt+Pl1: [vihkot, viehkkot]
boahtit+V+IV+Imprt+Pl1: [bohtot, boahttot]
goarrut+V+TV+Imprt+Pl1: [gorrot, goarrot]

0 comments on commit 85bd758

Please sign in to comment.