io-monad / textlint-rule-general-novel-style-ja

textlint rule to follow general style of Japanese novels
MIT License
36 stars 5 forks source link

「句読点(。、)が閉じ括弧の直前に存在しています」と「連続した句読点(。、)が使われています」の優先順位修正 #47

Open massongit opened 4 years ago

massongit commented 4 years ago

テストを実行すると以下のテストケースで失敗するので、指摘の優先順位を 連続した句読点(。、)が使われています > 句読点(。、)が閉じ括弧の直前に存在しています に変更します。

https://github.com/io-monad/textlint-rule-general-novel-style-ja/blob/6b1a52876842f1a07f1ea1b11d3af6d963bc20ce/test/general-novel-style-test.js#L246-L261

$ yarn test
...
  1) general-novel-style Fixer: 「こんにちは、世界。。。」:

      AssertionError [ERR_ASSERTION] [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ '「こんにちは、世界……」'
- '「こんにちは、世界」'
            ^
      + expected - actual

      -「こんにちは、世界……」
      +「こんにちは、世界」

      at node_modules/textlint-tester/src/textlint-tester.js:72:28