summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-05-27 10:41:59 +0200
committerGravatar Martin Szulecki2014-05-27 10:41:59 +0200
commit06e7233b6ba0aa19b68b993420b90de277e10c9b (patch)
tree7ed5e2d79d045aea8f274c2b5b8a1516a39b5ad9
parentcc3efde36abac2c244a2272689cfb35351ad300f (diff)
downloadlibplist-06e7233b6ba0aa19b68b993420b90de277e10c9b.tar.gz
libplist-06e7233b6ba0aa19b68b993420b90de277e10c9b.tar.bz2
test: Add keys with XML entities to data plist files
-rw-r--r--test/data/1.plist4
-rw-r--r--test/data/2.plist2
-rw-r--r--test/data/3.plist2
-rw-r--r--test/data/4.plist2
-rw-r--r--test/data/5.plist2
5 files changed, 10 insertions, 2 deletions
diff --git a/test/data/1.plist b/test/data/1.plist
index c7135e9..e6e275d 100644
--- a/test/data/1.plist
+++ b/test/data/1.plist
@@ -16,6 +16,8 @@
<string></string>
<string></string>
</array>
+ <key>Keys &amp; &quot;entities&quot;</key>
+ <string/>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
@@ -29,7 +31,5 @@
<key>Some Data</key>
<data>
</data>
- <key>Some Entities</key>
- <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
</dict>
</plist>
diff --git a/test/data/2.plist b/test/data/2.plist
index 169b822..7c62067 100644
--- a/test/data/2.plist
+++ b/test/data/2.plist
@@ -16,6 +16,8 @@
<string>język polski</string>
<string>हिन्दी</string>
</array>
+ <key>Keys &amp; &quot;entities&quot;</key>
+ <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
diff --git a/test/data/3.plist b/test/data/3.plist
index 6d16191..249e7ce 100644
--- a/test/data/3.plist
+++ b/test/data/3.plist
@@ -16,6 +16,8 @@
<string>język polski</string>
<string>हिन्दी</string>
</array>
+ <key>Keys &amp; &quot;entities&quot;</key>
+ <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
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 &amp; &quot;entities&quot;</key>
+ <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>
diff --git a/test/data/5.plist b/test/data/5.plist
index 647c648..9dc9109 100644
--- a/test/data/5.plist
+++ b/test/data/5.plist
@@ -16,6 +16,8 @@
<string>język polski</string>
<string>हिन्दी</string>
</array>
+ <key>Keys &amp; &quot;entities&quot;</key>
+ <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
<key>Boolean</key>
<false/>
<key>Another Boolean</key>