diff options
author | Nikias Bassen | 2017-02-01 19:07:02 +0100 |
---|---|---|
committer | Nikias Bassen | 2017-02-01 19:07:02 +0100 |
commit | 5791fb908a5f4e3ae39f8c4644dc7f0291f0e80f (patch) | |
tree | 92eb291d886ff4a4c4c8c4dadc6ded97e5302736 /test/data/offxml.plist | |
parent | e9895752a396c4acb8c2b4ba525c13329d4e9fab (diff) | |
download | libplist-5791fb908a5f4e3ae39f8c4644dc7f0291f0e80f.tar.gz libplist-5791fb908a5f4e3ae39f8c4644dc7f0291f0e80f.tar.bz2 |
test: Add test cases for different bplist offset and reference sizes
Diffstat (limited to 'test/data/offxml.plist')
-rw-r--r-- | test/data/offxml.plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/data/offxml.plist b/test/data/offxml.plist new file mode 100644 index 0000000..c3c1e10 --- /dev/null +++ b/test/data/offxml.plist @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>A</key> + <string>B</string> +</dict> +</plist> |