diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2010-11-08 10:42:33 +0100 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2010-11-08 10:42:33 +0100 |
commit | 2a697a5819f8b22fc7541aae82aacf8b70135a93 (patch) | |
tree | 0e5032d10f43580cdc2816aa2a6ebe0ddc72a77b /tests/docs | |
parent | 072a80a94b76b7397b742a0c2d9602be1b44f0d7 (diff) | |
download | libxslt-2a697a5819f8b22fc7541aae82aacf8b70135a93.tar.gz libxslt-2a697a5819f8b22fc7541aae82aacf8b70135a93.tar.bz2 libxslt-2a697a5819f8b22fc7541aae82aacf8b70135a93.zip |
Fix direct pattern matching bug
and adds a test case for the problem,
also adding a .gitignore cleanup
Diffstat (limited to 'tests/docs')
-rw-r--r-- | tests/docs/bug-170.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docs/bug-170.xml b/tests/docs/bug-170.xml new file mode 100644 index 00000000..08c3c4dc --- /dev/null +++ b/tests/docs/bug-170.xml @@ -0,0 +1,3 @@ +<root> + <a type="b"/> +</root> |