From 92bc1ed78859984486336d95641ddbdca8d02841 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 7 Jul 2023 00:50:25 +0200 Subject: small updates --- test/deinflection/cases.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/deinflection') diff --git a/test/deinflection/cases.ts b/test/deinflection/cases.ts index 04df2bd..4bff5e3 100644 --- a/test/deinflection/cases.ts +++ b/test/deinflection/cases.ts @@ -25,7 +25,11 @@ export default [ { input: "取らせない", tags: [ Inflection.Negative, Inflection.Causative ], }, { input: "取らせられる", tags: [ Inflection.Causative, Inflection.Passive ], }, { input: "取らせられない", tags: [ Inflection.Negative, Inflection.Causative, Inflection.Passive ], }, - { input: "取れ", tags: [ Inflection.Imperative ], }, - { input: "取るな", tags: [ Inflection.Negative, Inflection.Imperative ], }, + { input: "取れ", tags: [ Inflection.Command ], }, + { input: "取るな", tags: [ Inflection.Negative, Inflection.Command ], }, + // TODO: りゃ for いることは + // TODO: じゃ for では + // TODO: なきゃ + なくちゃ + // and more! ] satisfies Test[]; -- cgit v1.2.3