diff options
author | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
---|---|---|
committer | Mike Hommey <glandium@debian.org> | 2006-01-31 19:25:18 +0100 |
commit | c5d565931c4823dc8f62fffcb65aecfec516f7b9 (patch) | |
tree | 9550b0b41e973d707cbbca74333c1b05ab89e5ee /test/regexp | |
parent | 0fd83af441e251fc23fc1af7959fd6ecfa105fe1 (diff) | |
download | libxml2-upstream/2.6.23.dfsg.2.tar.gz |
Removing tests and resultsupstream/2.6.23.dfsg.2
Diffstat (limited to 'test/regexp')
-rw-r--r-- | test/regexp/branch | 14 | ||||
-rw-r--r-- | test/regexp/content | 12 | ||||
-rw-r--r-- | test/regexp/hard | 12 | ||||
-rw-r--r-- | test/regexp/ncname | 6 | ||||
-rw-r--r-- | test/regexp/ranges | 15 | ||||
-rw-r--r-- | test/regexp/xpath | 37 |
6 files changed, 0 insertions, 96 deletions
diff --git a/test/regexp/branch b/test/regexp/branch deleted file mode 100644 index 6a728e6..0000000 --- a/test/regexp/branch +++ /dev/null @@ -1,14 +0,0 @@ -=>a|b(d|e(g|h|i)|f)|c -a -c -bd -bf -beg -beh -bei -b -be -bi -f -ab -ac diff --git a/test/regexp/content b/test/regexp/content deleted file mode 100644 index 9d01c8b..0000000 --- a/test/regexp/content +++ /dev/null @@ -1,12 +0,0 @@ -=>((a|b|c)def) -adef -bdef -adefg -aaef -=>((a|b|c|d|e|f)?(g|h|i)+(k|l)*) -g -gi -fil -gikl -cghhhiill -ak diff --git a/test/regexp/hard b/test/regexp/hard deleted file mode 100644 index ddb4cfd..0000000 --- a/test/regexp/hard +++ /dev/null @@ -1,12 +0,0 @@ -=>((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 diff --git a/test/regexp/ncname b/test/regexp/ncname deleted file mode 100644 index 1e452a8..0000000 --- a/test/regexp/ncname +++ /dev/null @@ -1,6 +0,0 @@ -=>[\i-[:]][\c-[:]]* -a -abc -abc1d -1ac -a1b:c diff --git a/test/regexp/ranges b/test/regexp/ranges deleted file mode 100644 index cb7c22f..0000000 --- a/test/regexp/ranges +++ /dev/null @@ -1,15 +0,0 @@ -=>a{2,3} -a -aa -aaa -aaaa -=>ba{2,3}c -bac -baac -baaac -baaaac -=>a(b|c){2,3}d -abcd -acccd -abd -accccd diff --git a/test/regexp/xpath b/test/regexp/xpath deleted file mode 100644 index 62c18c4..0000000 --- a/test/regexp/xpath +++ /dev/null @@ -1,37 +0,0 @@ -=>(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*(\|(\.//)?(((child::)?((\i\c*:)?(\i\c*|\*)))|\.)(/(((child::)?((\i\c*:)?(\i\c*|\*)))|\.))*)* -a -a12/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b3 -* -a|b -.//a:b -a/b/c -a/*/b -a:*/b:*/c:* -child::a/child::b:* -child::a/child::b:*|a/*/b|.//a:b -1 -1ab -a:1 -@a -ancestor::a -# -# the previous regexp from the Schemas for Schemas was broken -# here is the fixed one: -# http://lists.w3.org/Archives/Public/www-xml-schema-comments/2002AprJun/0005.html -# -=>(\.//)?(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.)(/(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.))*(\|(\.//)?(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.)(/(((child::)?(([\i-[:]][\c-[:]]*:)?([\i-[:]][\c-[:]]*|\*)))|\.))*)* -a -a12/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b312/b3 -* -a|b -.//a:b -a/b/c -a/*/b -a:*/b:*/c:* -child::a/child::b:* -child::a/child::b:*|a/*/b|.//a:b -1 -1ab -a:1 -@a -ancestor::a |