aboutsummaryrefslogtreecommitdiff
path: root/test/deinflection
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-07-10 19:06:36 +0200
committerlonkaars <loek@pipeframe.xyz>2023-07-10 19:06:36 +0200
commit659f5acfd161d91dc8a9d0101535dcee585455ad (patch)
tree329c128c6a2e12b3b1ee81528f1c734092be8073 /test/deinflection
parentb9b95bf29c945767a01d6cb5b74ec0d09d8b7606 (diff)
update docs
Diffstat (limited to 'test/deinflection')
-rw-r--r--test/deinflection/cases.ts1
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[];