Edit

kc3-lang/libxml2/test/regexp/bug420596

Branch :

  • Show log

    Commit

  • Author : William M. Brack
    Date : 2007-03-21 13:16:33
    Hash : a9cbf283
    Message : fixed problem with 0x2d in Char Range (bug #420596) added regression test * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596) * test/regexp/bug420596, result/regexp/bug420596: added regression test for this svn path=/trunk/; revision=3594

  • test/regexp/bug420596
  • =>(\+|-)(0[0-9]|1[0-1])
    +01
    -01
    +10
    -10
    =>[+-](0[0-9]|1[0-1])
    +01
    -01
    +10
    -10