Edit

kc3-lang/libxml2/result/pattern/simple

Branch :

  • Show log

    Commit

  • Author : Daniel Veillard
    Date : 2005-01-30 22:36:30
    Hash : f9d16914
    Message : added first test for the patterns a few fixes Daniel * Makefile.am configure.in result/pattern/simple test/pattern/simple.*: added first test for the patterns * pattern.c xmllint.c: a few fixes Daniel

  • result/pattern/simple
  • Node /a matches pattern a
    Node /a/b matches pattern b
    Node /a/b matches pattern b
    Node /a matches pattern /a
    Node /a/b matches pattern a/b
    Node /a/b/c matches pattern a/b/c
    Node /a matches pattern //a
    Node /a/b matches pattern //b
    Node /a/b/c matches pattern //c
    Node /a/b matches pattern a//b
    Node /a/b/c matches pattern a//c
    Node /a/b/c matches pattern b//c