Skip to content

Commit

Permalink
[EO] More tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 9, 2024
1 parent 968429b commit a3a0d13
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/test_eo.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,14 @@ def test_parse_word(
@pytest.mark.parametrize(
"wikicode, expected",
[
("", ""),
("{{fina|o}}", "o"),
("{{inte|o}}", "o"),
("{{mems|du}}", "du"),
("{{pref|mis}}", "mis"),
("{{radi|vort}}", "vort"),
("{{sufi|il}}", "il"),
("{{Vortospeco|mona nomo|eo}}", "Mona nomo"),
("{{📷}}", "📷 <i>fotografio kaj kinotekniko</i>"),
],
)
def test_process_template(wikicode: str, expected: str) -> None:
Expand Down

0 comments on commit a3a0d13

Please sign in to comment.