Skip to content

Commit

Permalink
Chore: update kagiroi.test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeiwu authored Dec 25, 2024
1 parent a451482 commit c529071
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions tests/kagiroi.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ deploy:
- send: anata
assert: cand[1].text == "あなた"

# # preedit edge cases
# - send: tyaa
# assert: cand[1].preedit == "ちゃあ"
# - send: ccya
# assert: cand[1].preedit == "っちゃ"
# - send: nannya
# assert: cand[1].preedit == "なんや"
# - send: nnnnn
# assert: cand[1].preedit == "んんんんn"
# preedit edge cases
- send: tyaa
assert: preedit == "ちゃあ"
- send: ccya
assert: preedit == "っちゃ"
- send: nannya
assert: preedit == "なんや"
- send: nnnnn
assert: preedit == "んんn"
- send: nnnnnn
assert: preedit == "んんん"

# sentences
- send: karetahazunoedanitumottayuki
Expand All @@ -37,4 +39,4 @@ deploy:
nohenkan:
tests:
- send: 'aida{Control+c}'
assert: cand[1].text == "あいだ" and cand[2].text == "アイダ" and cand[3].text == "アイダ"
assert: cand[1].text == "あいだ" and cand[2].text == "アイダ" and cand[3].text == "アイダ"

0 comments on commit c529071

Please sign in to comment.