Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jun 22, 2022
1 parent 0d347b1 commit 50cdaef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ojosama_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,13 @@ func TestConvert(t *testing.T) {
opt: nil,
wantErr: false,
},
{
desc: "正常系: 名詞+動詞+助動詞のみで終助詞がない場合でもエラーにはなりませんのよ",
src: "流鏑馬やろう",
want: "流鏑馬やろう",
opt: nil,
wantErr: false,
},
}

for _, tt := range tests {
Expand Down

0 comments on commit 50cdaef

Please sign in to comment.