diff options
| author | Edward Barnard | 2015-08-05 22:40:01 +0100 |
|---|---|---|
| committer | Edward Barnard | 2015-08-05 22:40:01 +0100 |
| commit | 2d549c343a9f07a751e9a7b537c3c2166168ff06 (patch) | |
| tree | 49cf568838868882ecfcb63abd6ee6c91569fdca /tests/data | |
| parent | 8ec73f2dbe64e1d242bdc77e2fc7107c0ae70b16 (diff) | |
| download | rust-plist-2d549c343a9f07a751e9a7b537c3c2166168ff06.tar.bz2 | |
A bit of prep for binary plist support
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/xml.plist (renamed from tests/data/simple.plist) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/simple.plist b/tests/data/xml.plist index 7fb0208..d2599f2 100644 --- a/tests/data/simple.plist +++ b/tests/data/xml.plist @@ -13,5 +13,7 @@ <integer>1564</integer> <key>Height</key> <real>1.60</real> + <key>Data</key> + <data>AAAAvgAAAAMAAAAeAAAA</data> </dict> </plist>
\ No newline at end of file |
