Edit

kc3-lang/libxml2/test/regexp/bug649244

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2019-09-25 13:57:42
    Hash : c2b0a184
    Message : Fix empty branch in regex Fixes bug 649244: https://bugzilla.gnome.org/show_bug.cgi?id=649244 Closes #57.

  • test/regexp/bug649244
  • =>S(a|)E
    SE
    SxE
    =>S(|b)E
    SE
    SxE
    =>S(a||b)E
    SE
    SxE