File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / pattern / simple
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>