summaryrefslogtreecommitdiffstats
path: root/test/data/o2.ostep
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2023-01-08 05:29:22 +0100
committerGravatar Nikias Bassen2023-01-08 05:29:22 +0100
commit60d291941fadb72b66d11502710add5899e21a2d (patch)
treea7ecccf74cd8fb7e2596fd3531fd9cccefa39dcd /test/data/o2.ostep
parent3f9360e33c13c22648036da42e36f8668e29fb60 (diff)
downloadlibplist-60d291941fadb72b66d11502710add5899e21a2d.tar.gz
libplist-60d291941fadb72b66d11502710add5899e21a2d.tar.bz2
Add support for OpenStep plist format
Diffstat (limited to 'test/data/o2.ostep')
-rw-r--r--test/data/o2.ostep17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/data/o2.ostep b/test/data/o2.ostep
new file mode 100644
index 0000000..5f5f3c2
--- /dev/null
+++ b/test/data/o2.ostep
@@ -0,0 +1,17 @@
1{
2 "Some ASCII string" = "Test ASCII String";
3 "Some UTF8 strings" = (
4 "àéèçù",
5 "日本語",
6 "汉语/漢語",
7 "한국어/조선말",
8 "русский язык",
9 "الْعَرَبيّة",
10 "עִבְרִית",
11 "język polski",
12 "हिन्दी",
13 );
14 "Keys & \"entities\"" = "hello world & others <nodes> are fun!?'";
15 "Some Int" = 32434543632;
16 "Some String with Unicode entity" = "Yeah check this: \U1234 !!!";
17}