Skip to content

Commit

Permalink
Add tests for prefix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Jul 3, 2024
1 parent 9574fad commit 309ddeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cutlet/test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
("くヽる", "Ku ru"),
("今度クヾペへ行こう", "Kondo kugupe e ikou"), # made up word
("彁々", "?"),
# prefixes, see #56
("ビオハザード", "Bio-hazard"),
("イントラワード", "Intra-word"),
]

SENTENCES_KUNREI = [
Expand Down

0 comments on commit 309ddeb

Please sign in to comment.