diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-07-10 19:06:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-07-10 19:06:36 +0200 |
commit | 659f5acfd161d91dc8a9d0101535dcee585455ad (patch) | |
tree | 329c128c6a2e12b3b1ee81528f1c734092be8073 /test | |
parent | b9b95bf29c945767a01d6cb5b74ec0d09d8b7606 (diff) |
update docs
Diffstat (limited to 'test')
-rw-r--r-- | test/deinflection/cases.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/deinflection/cases.ts b/test/deinflection/cases.ts index 3f03f6d..e7a987e 100644 --- a/test/deinflection/cases.ts +++ b/test/deinflection/cases.ts @@ -78,7 +78,6 @@ export default [ { input: "見極めなければならない", mustHave: [ Inflection.Obligatory, Inflection.Affirmative ], mustNotHave: [ Inflection.Conditional.Ba, Inflection.Negative ] } // TODO: りゃ for いることは // TODO: じゃ for では - // TODO: なきゃ + なくちゃ // and more! ] satisfies Test[] as Test[]; |