Skip to content

3.1.3

Compare
Choose a tag to compare
@azu azu released this 13 Jan 01:01
· 465 commits to master since this release

Bug Fixes

  • fix to work some rules use ?= RegExp (#12) (4838d00)

Some prh rule was broken in textlint-prh

version: 1

rules:
  - prh: 「行う」「行なう」は開く。
    expected: おこな
    pattern: /(おこな|行な?)(?=[わいっうえお])/
    specs:
      - from: 行わない
        to: おこなわない
      - from: 行います
        to: おこないます
      - from: 行うとき
        to: おこなうとき
      - from: 行えば
        to: おこなえば
      - from: 行なう
        to: おこなう
      - from: おこなう
        to: おこなう
      # チェックされなくてよい部分
      - from: 行く
        to: 行く

This patch release fix this.

Thanks for report @cu39