diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2012-08-15 23:06:14 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2012-08-16 15:55:40 +0800 |
commit | abb7c65980c7da450f0447dcc6a1821eef99d473 (patch) | |
tree | 4e49b74e6fd25924bbc50ade91fbf70ed6fe243e /tests/general/bug-176.out | |
parent | 24653072221e76d2f1f06aa71225229b532f8946 (diff) | |
download | libxslt-abb7c65980c7da450f0447dcc6a1821eef99d473.tar.gz libxslt-abb7c65980c7da450f0447dcc6a1821eef99d473.tar.bz2 libxslt-abb7c65980c7da450f0447dcc6a1821eef99d473.zip |
Fix system-property with unknown namespace
The empty string should be returned, see bug #631803.
Diffstat (limited to 'tests/general/bug-176.out')
-rw-r--r-- | tests/general/bug-176.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/general/bug-176.out b/tests/general/bug-176.out new file mode 100644 index 00000000..e829790a --- /dev/null +++ b/tests/general/bug-176.out @@ -0,0 +1,2 @@ +<?xml version="1.0"?> +<result/> |