diff options
Diffstat (limited to 'test/test_lang_coverage.ml')
| -rw-r--r-- | test/test_lang_coverage.ml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_lang_coverage.ml b/test/test_lang_coverage.ml index 9ed633c..b4de5be 100644 --- a/test/test_lang_coverage.ml +++ b/test/test_lang_coverage.ml @@ -78,6 +78,9 @@ let test_vocabularies_are_complete () = done; for n = 1 to 12 do if L.month t n = string_of_int n then Alcotest.failf "no Latin month for %d" n + done; + for n = 1 to 12 do + if L.month_abbr t n = string_of_int n then Alcotest.failf "no Latin month abbreviation for %d" n done (* Defect 1: the booklet used to print the bare rite id ("ef") because no |
