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 @@
16 <string></string> 16 <string></string>
17 <string></string> 17 <string></string>
18 </array> 18 </array>
19 <key>Keys &amp; &quot;entities&quot;</key>
20 <string/>
19 <key>Boolean</key> 21 <key>Boolean</key>
20 <false/> 22 <false/>
21 <key>Another Boolean</key> 23 <key>Another Boolean</key>
@@ -29,7 +31,5 @@
29 <key>Some Data</key> 31 <key>Some Data</key>
30 <data> 32 <data>
31 </data> 33 </data>
32 <key>Some Entities</key>
33 <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
34</dict> 34</dict>
35</plist> 35</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 @@
16 <string>język polski</string> 16 <string>język polski</string>
17 <string>हिन्दी</string> 17 <string>हिन्दी</string>
18 </array> 18 </array>
19 <key>Keys &amp; &quot;entities&quot;</key>
20 <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
19 <key>Boolean</key> 21 <key>Boolean</key>
20 <false/> 22 <false/>
21 <key>Another Boolean</key> 23 <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 @@
16 <string>język polski</string> 16 <string>język polski</string>
17 <string>हिन्दी</string> 17 <string>हिन्दी</string>
18 </array> 18 </array>
19 <key>Keys &amp; &quot;entities&quot;</key>
20 <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
19 <key>Boolean</key> 21 <key>Boolean</key>
20 <false/> 22 <false/>
21 <key>Another Boolean</key> 23 <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 @@
16 <string>język polski</string> 16 <string>język polski</string>
17 <string>हिन्दी</string> 17 <string>हिन्दी</string>
18 </array> 18 </array>
19 <key>Keys &amp; &quot;entities&quot;</key>
20 <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
19 <key>Boolean</key> 21 <key>Boolean</key>
20 <false/> 22 <false/>
21 <key>Another Boolean</key> 23 <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 @@
16 <string>język polski</string> 16 <string>język polski</string>
17 <string>हिन्दी</string> 17 <string>हिन्दी</string>
18 </array> 18 </array>
19 <key>Keys &amp; &quot;entities&quot;</key>
20 <string>hellow world &amp; others &lt;nodes&gt; are &quot;fun!?&apos;</string>
19 <key>Boolean</key> 21 <key>Boolean</key>
20 <false/> 22 <false/>
21 <key>Another Boolean</key> 23 <key>Another Boolean</key>