-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestStatus: ProposalRequest for commentsRequest for comments
Description
やること
- 4.3.1.丸かっこ() で かっこの内側または外側が日本語以外を含む、例外として半角かっこをエラーにしない
- 現在は片方に隣接する日本語にマッチしているので不完全
- 3.3. かっこ類と隣接する文字の間のスペースの有無 の実装を 半角かっこ も検知するように修正する
- 3.3. かっこ類と隣接する文字の間のスペースの有無 に 半角かっこのときに外側のスペースを許容するというオプションを作成 (
allowOutsideHalfParentheses) する - 3.3. かっこ類と隣接する文字の間のスペースの有無 に 半角かっこのときに外側のスペースを必須にするというオプションを作成 (
requireOutsideHalfParentheses) する - 3.3. かっこ類と隣接する文字の間のスペースの有無 で 半角かっこのときに外側のスペースを許容するというオプション(
allowOutsideHalfParentheses) をデフォルト値に設定
Originally posted by @azu in #79 (comment)
tueda
Metadata
Metadata
Assignees
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestStatus: ProposalRequest for commentsRequest for comments