diff options
Diffstat (limited to 't/fmt/xml/placeholder-empty.xml')
-rw-r--r-- | t/fmt/xml/placeholder-empty.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/fmt/xml/placeholder-empty.xml b/t/fmt/xml/placeholder-empty.xml new file mode 100644 index 0000000..b8780fd --- /dev/null +++ b/t/fmt/xml/placeholder-empty.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<doc> + <p> + A <place attr="value1"/> B <place attr="value2"/> C <place attr="value3">and</place> D. + </p> +</doc> |