Skip to content

Multiple parsing improvements

Compare
Choose a tag to compare
@mherrmann mherrmann released this 04 Oct 15:04
· 8 commits to master since this release
37ecfd5

Thank you @jherland!

  • Fix lack of implicit anchoring of patterns to directory separators (#58)
  • Fix multi-asterisks that fall outside of the special cases (#57)
  • Fix "a/**/b" matching "a/bb" (#56)