diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-13 12:53:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-13 12:53:09 +0200 |
commit | 919cdce6bcf12f564901ea536dae4227d025b031 (patch) | |
tree | da074c76213993daa17225ced37a9cdc48f454ba /test/deinflection | |
parent | 413501fde6bac909f31ad399781626caa16c8d04 (diff) |
add test case for deinflections
Diffstat (limited to 'test/deinflection')
-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 df8d893..504c9e2 100644 --- a/test/deinflection/cases.ts +++ b/test/deinflection/cases.ts @@ -77,6 +77,7 @@ export default [ { input: "食べさせられる", mustHave: [ Inflection.Passive, Inflection.Causative ], mustNotHave: [], }, { 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 ] }, // TODO: りゃ for いることは // TODO: じゃ for では // and more! |