We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
masterブランチでテストを実行すると、以下のテストケースで失敗します。
textlint-rule-general-novel-style-ja/test/general-novel-style-test.js
Lines 246 to 261 in 6b1a528
$ 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
こちらのテストケースでは2つの指摘がなされますが、修正時の優先順位としては 句読点(。、)が閉じ括弧の直前に存在しています (句読点削除) > 連続した句読点(。、)が使われています (三点リーダーに修正) となるのが仕様上正しいのでしょうか?
句読点(。、)が閉じ括弧の直前に存在しています
連続した句読点(。、)が使われています
The text was updated successfully, but these errors were encountered:
テストが正として修正のPRを出しました: #47
Sorry, something went wrong.
No branches or pull requests
masterブランチでテストを実行すると、以下のテストケースで失敗します。
textlint-rule-general-novel-style-ja/test/general-novel-style-test.js
Lines 246 to 261 in 6b1a528
こちらのテストケースでは2つの指摘がなされますが、修正時の優先順位としては
句読点(。、)が閉じ括弧の直前に存在しています
(句読点削除) >連続した句読点(。、)が使われています
(三点リーダーに修正) となるのが仕様上正しいのでしょうか?The text was updated successfully, but these errors were encountered: