Branch
Hash :
f9d16914
Author :
Date :
2005-01-30T22:36:30
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
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