summaryrefslogtreecommitdiff
path: root/result/pattern
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted the result of a regression test, since the fix ofKasimier T. Buchcik2006-06-121-5/+5
| | | | | | * result/pattern/namespaces: Adjusted the result of a regression test, since the fix of xmlGetNodePath() revealed a bug in this test result.
* fixed implementation for | added a specific regression test DanielDaniel Veillard2005-02-051-0/+47
| | | | | | | * pattern.c xmllint.c: fixed implementation for | * test/pattern/conj.* result/pattern/conj: added a specific regression test Daniel
* fixed the namespaces support fixed xmlGetNodePath when namespaces are usedDaniel Veillard2005-02-052-0/+111
| | | | | | | | | * pattern.c: fixed the namespaces support * tree.c: fixed xmlGetNodePath when namespaces are used * result/pattern/multiple result/pattern/namespaces test/pattern/multiple.* test/pattern/namespaces.*: added more regression tests Daniel
* added first test for the patterns a few fixes DanielDaniel Veillard2005-01-301-0/+12
* Makefile.am configure.in result/pattern/simple test/pattern/simple.*: added first test for the patterns * pattern.c xmllint.c: a few fixes Daniel