diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-14 12:21:03 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-14 12:21:03 +0200 |
commit | a15c3fefe33f96c8f85147c61ee266abc43b4f65 (patch) | |
tree | 806290c8390199374dc30b38446eb72cc353536a /test | |
parent | 28fb362147358819afeb0f0a5fa7a4ad136499ac (diff) |
fix http client/server + add deinflection test case
Diffstat (limited to 'test')
-rw-r--r-- | test/deinflection/cases.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/deinflection/cases.ts b/test/deinflection/cases.ts index 504c9e2..6cf2b18 100644 --- a/test/deinflection/cases.ts +++ b/test/deinflection/cases.ts @@ -78,6 +78,7 @@ export default [ { input: "見極めなければならない", mustHave: [ Inflection.Obligatory, Inflection.Affirmative ], mustNotHave: [ Inflection.Conditional.Ba, Inflection.Negative ] }, { input: "ならなきゃいけない", mustHave: [ Inflection.Obligatory, Inflection.Affirmative ], mustNotHave: [ Inflection.Conditional.Ba, Inflection.Negative ] }, { input: "探さなくては", mustHave: [ Inflection.Obligatory, Inflection.Affirmative ], mustNotHave: [ Inflection.Suffix.Te, Inflection.Negative ] }, + { input: "出ちゃダメ", mustHave: [ Inflection.Obligatory, Inflection.Negative ], mustNotHave: [ Inflection.Suffix.Te, Inflection.Affirmative ] }, // TODO: りゃ for いることは // TODO: じゃ for では // and more! |