From bf930a686ad811dcd50c5c074108a51f0f0407ae Mon Sep 17 00:00:00 2001 From: hsjoihs Date: Thu, 7 Nov 2024 09:40:27 +0900 Subject: [PATCH] The test must also be modified accordingly --- test/textlint-rule-no-unmatched-pair-test.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/textlint-rule-no-unmatched-pair-test.js b/test/textlint-rule-no-unmatched-pair-test.js index 7f6f045..3d6b1bb 100644 --- a/test/textlint-rule-no-unmatched-pair-test.js +++ b/test/textlint-rule-no-unmatched-pair-test.js @@ -47,10 +47,10 @@ tester.run("textlint-rule-no-unmatched-pair", rule, { errors: [ { index: 4, - message: `Not found pair character for (. + message: `Cannot find a pairing character for (. You should close this sentence with ). -This pair mark is called 丸括弧().` +This pair of marks is called 丸括弧().` } ] }, @@ -59,10 +59,10 @@ This pair mark is called 丸括弧().` errors: [ { index: 11, - message: `Not found pair character for ". + message: `Cannot find a pairing character for ". You should close this sentence with ". -This pair mark is called double quote.` +This pair of marks is called double quote.` } ] },