summaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2022-01-25 01:47:59 +0100
committerGravatar Nikias Bassen2022-01-25 01:47:59 +0100
commit17da5ba554426d732fc850e7211bae7d3a7c016e (patch)
treeb938249a788fee95839693a37315ec03e62a2b67 /test/data
parentcef7ab796bbaca1609455aa93e73e64864d04a00 (diff)
downloadlibplist-17da5ba554426d732fc850e7211bae7d3a7c016e.tar.gz
libplist-17da5ba554426d732fc850e7211bae7d3a7c016e.tar.bz2
test: Add additional JSON test case
Diffstat (limited to 'test/data')
-rw-r--r--test/data/j2.plist1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/j2.plist b/test/data/j2.plist
new file mode 100644
index 0000000..9d1210e
--- /dev/null
+++ b/test/data/j2.plist
@@ -0,0 +1 @@
+{"Some ASCII string":"Test ASCII String","Some UTF8 strings":["àéèçù","日本語","汉语/漢語","한국어/조선말","русский язык","الْعَرَبيّة","עִבְרִית","język polski","हिन्दी"],"Keys & \"entities\"":"hellow world & others <nodes> are \"fun!?'","Boolean":false,"Another Boolean":true,"Some Int":32434543632,"Some String with Unicode entity":"Yeah check this: \u1234 !!!"} \ No newline at end of file