Skip to content

Commit

Permalink
The test must also be modified accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoihs committed Nov 7, 2024
1 parent 34046ad commit bf930a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/textlint-rule-no-unmatched-pair-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 丸括弧().`
}
]
},
Expand All @@ -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.`
}
]
},
Expand Down

0 comments on commit bf930a6

Please sign in to comment.