diff options
Diffstat (limited to 'libxml2/test/ent8')
-rw-r--r-- | libxml2/test/ent8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libxml2/test/ent8 b/libxml2/test/ent8 new file mode 100644 index 0000000..5eeccf2 --- /dev/null +++ b/libxml2/test/ent8 @@ -0,0 +1,9 @@ +<!DOCTYPE doc [ +<!ENTITY test1 "test 1"> +<!ENTITY test2 "test 2"> +]> +<doc> + <Content>Retenção</Content> + <Content><></Content> + <Content>&test1;&test2;</Content> +</doc> |