diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/data/1.plist | 4 | ||||
-rw-r--r-- | test/data/2.plist | 2 | ||||
-rw-r--r-- | test/data/3.plist | 2 | ||||
-rw-r--r-- | test/data/4.plist | 2 | ||||
-rw-r--r-- | test/data/5.plist | 2 |
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 & "entities"</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 & others <nodes> are "fun!?'</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 & "entities"</key> + <string>hellow world & others <nodes> are "fun!?'</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 & "entities"</key> + <string>hellow world & others <nodes> are "fun!?'</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 & "entities"</key> + <string>hellow world & others <nodes> are "fun!?'</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 & "entities"</key> + <string>hellow world & others <nodes> are "fun!?'</string> <key>Boolean</key> <false/> <key>Another Boolean</key> |