diff options
Diffstat (limited to 'test/xml/encoded-attrs/test1.xml')
-rw-r--r-- | test/xml/encoded-attrs/test1.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/xml/encoded-attrs/test1.xml b/test/xml/encoded-attrs/test1.xml new file mode 100644 index 0000000..ffce99c --- /dev/null +++ b/test/xml/encoded-attrs/test1.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<root> + <elem attr1="1 & 2" attr2="3 & 4" attr3="5 & 6"/> +</root> + |