diff --git a/tests/kagiroi.test.yaml b/tests/kagiroi.test.yaml index 04e3263..8f634fe 100644 --- a/tests/kagiroi.test.yaml +++ b/tests/kagiroi.test.yaml @@ -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 @@ -37,4 +39,4 @@ deploy: nohenkan: tests: - send: 'aida{Control+c}' - assert: cand[1].text == "あいだ" and cand[2].text == "アイダ" and cand[3].text == "アイダ" \ No newline at end of file + assert: cand[1].text == "あいだ" and cand[2].text == "アイダ" and cand[3].text == "アイダ"