Skip to content

Commit

Permalink
add case
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsumoto-ren committed Jun 6, 2024
1 parent 93264b4 commit d868a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_mingle_readings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ def test_split_possible_furigana() -> None:
assert split_possible_furigana("明後日[あさって]") == WordReading("明後日", "あさって")
assert split_possible_furigana("明後日[zzz]") == WordReading("明後日", "")
assert split_possible_furigana("お 金[かね]") == WordReading("お金", "おかね")
assert split_possible_furigana("日") == WordReading("日", "")

0 comments on commit d868a7e

Please sign in to comment.