diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-08 18:06:55 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-08 18:06:55 +0200 |
commit | 1ba97f613c25926f4007fda9e38131fbb8961173 (patch) | |
tree | 501051e35c6c44a48b8d8a93e12267ab5d3eb8d0 /src/test | |
parent | d04dec688cc9159d4e3ad47890ae4b1f40c5ec3c (diff) |
Update tengwar
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]" |