diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test.ml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/src/test/test.ml b/src/test/test.ml index f6f1f2c..0c320bd 100644 --- a/src/test/test.ml +++ b/src/test/test.ml @@ -77,7 +77,7 @@ let tests =    ; "crions",       "kRi§(s)"    ; "co|incidant",  "ko5sid@(t)"    ; "croire",       "kR[wa]R°" -  ; "cuillère",     "kyi[jE]R°" +  ; "cuillère",     "k[8i][jE]R°"    ; "demeure",      "d°m9R°"    ; "diag|nostic",  "d[ja]gnostik"    ; "ébrouas",      "ebRua(s)" @@ -91,9 +91,11 @@ let tests =    ; "liant",        "L[j@](t)"    ; "lion",         "L[j§]"    ; "loin",         "L[w5]" +  ; "lui",          "L[8i]"    ; "groin",        "gR[w5]"    ; "hélicoptère",  "eLikoptER°"    ; "hirondelle",   "iR§dEL°" +  ; "jama|iquain",  "Zamaik5"    ; "joues",        "Zu(s)"    ; "libellule",    "LibELyL°"    ; "main",         "m5" @@ -113,6 +115,7 @@ let tests =    ; "platte",       "pLat°"    ; "proie",        "pR[wa]"    ; "quille",       "ki[j°]" +  ; "rébellion",    "RebEL[j§]"    ; "reine",        "REn°"    ; "rien",         "R[j5]"    ; "soin",         "s[w5]" | 
