Edit

kc3-lang/libxml2/test/regexp/issue65

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2021-12-20 00:31:41
    Hash : 382fb056
    Message : Fix range quantifier on subregex Make sure to add counted exit transitions before other counter transitions. Otherwise, we won't backtrack correctly. Fixes #65.

  • test/regexp/issue65
  • =>( (a|bc{0,2})){0,2} d
     b d