diff options
author | Martin Szulecki | 2014-05-27 10:41:59 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-05-27 10:41:59 +0200 |
commit | 06e7233b6ba0aa19b68b993420b90de277e10c9b (patch) | |
tree | 7ed5e2d79d045aea8f274c2b5b8a1516a39b5ad9 /test/data/4.plist | |
parent | cc3efde36abac2c244a2272689cfb35351ad300f (diff) | |
download | libplist-06e7233b6ba0aa19b68b993420b90de277e10c9b.tar.gz libplist-06e7233b6ba0aa19b68b993420b90de277e10c9b.tar.bz2 |
test: Add keys with XML entities to data plist files
Diffstat (limited to 'test/data/4.plist')
-rw-r--r-- | test/data/4.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/data/4.plist b/test/data/4.plist index de7c488..a04a292 100644 --- a/test/data/4.plist +++ b/test/data/4.plist @@ -16,6 +16,8 @@ <string>język polski</string> <string>हिन्दी</string> </array> + <key>Keys & "entities"</key> + <string>hellow world & others <nodes> are "fun!?'</string> <key>Boolean</key> <false/> <key>Another Boolean</key> |