oops fix tests
This commit is contained in:
parent
3cf19acbf7
commit
05a8cae945
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "3.8.6",
|
||||
"version": "3.8.7",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -511,7 +511,7 @@ test(`addToForm should work`, () => {
|
|||
[[{ p: "لیکم", f: "leekum" }], [{ p: "لیکو", f: "leekoo" }]],
|
||||
[[{ p: "لیکې", f: "leeke" }], [{ p: "لیکئ", f: "leekeyy" }]],
|
||||
[[{ p: "لیکې", f: "leeke" }], [{ p: "لیکئ", f: "leekeyy" }]],
|
||||
[[{ p: "لیکۀ", f: "leeku" }, { p: "لیکو", f: "leeko"}], [{ p: "لیکل", f: "leekul" }]],
|
||||
[[{ p: "لیکه", f: "leeku" }, { p: "لیکو", f: "leeko"}], [{ p: "لیکل", f: "leekul" }]],
|
||||
[[{ p: "لیکه", f: "leeka"}], [{ p: "لیکې", f: "leeke" }]],
|
||||
],
|
||||
long: [
|
||||
|
|
Loading…
Reference in New Issue