From 874942ec1600773622238ae28544908d292ef339 Mon Sep 17 00:00:00 2001
From: Martin Szulecki
Date: Sat, 9 Jan 2010 10:49:23 +0100
Subject: Make sure to convert predefined xml entities in xml output
For string nodes, a set of special characters must be converted to
predefined xml entities. This patch adds an entitiy test case for
this and makes libplist pass it fine by explicitly adding text nodes.
---
test/data/1.plist | 2 ++
1 file changed, 2 insertions(+)
(limited to 'test/data')
diff --git a/test/data/1.plist b/test/data/1.plist
index dfa27b0..c7135e9 100644
--- a/test/data/1.plist
+++ b/test/data/1.plist
@@ -29,5 +29,7 @@
Some Data
+ Some Entities
+ hellow world & others <nodes> are "fun!?'
--
cgit v1.1-32-gdbae