Edit

kc3-lang/libxml2/test/regexp/hard

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-11-01 15:24:02
    Hash : fc6eca0d
    Message : fix bug #319897, problem with counted atoms when the transition itself is * xmlregexp.c: fix bug #319897, problem with counted atoms when the transition itself is counted too * result/regexp/hard test/regexp/hard: augmented the regression tests with the problem exposed. Daniel

  • test/regexp/hard
  • =>((a|b|\p{Nd}){1,2}|aaa|bbbb){1,2}
    bab
    aaca
    aaabbbb
    a0b
    aa0aaa
    b0aaa
    =>(\d{1,3}\.){3}\d{1,3}
    1.2.3.4
    1.22.333.44
    1.2.3
    1..2.3