diff options
| author | 2023-01-08 05:29:22 +0100 | |
|---|---|---|
| committer | 2023-01-08 05:29:22 +0100 | |
| commit | 60d291941fadb72b66d11502710add5899e21a2d (patch) | |
| tree | a7ecccf74cd8fb7e2596fd3531fd9cccefa39dcd /test/data/o3.ostep | |
| parent | 3f9360e33c13c22648036da42e36f8668e29fb60 (diff) | |
| download | libplist-60d291941fadb72b66d11502710add5899e21a2d.tar.gz libplist-60d291941fadb72b66d11502710add5899e21a2d.tar.bz2 | |
Add support for OpenStep plist format
Diffstat (limited to 'test/data/o3.ostep')
| -rw-r--r-- | test/data/o3.ostep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/data/o3.ostep b/test/data/o3.ostep new file mode 100644 index 0000000..b80444d --- /dev/null +++ b/test/data/o3.ostep | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | ( | ||
| 2 | { | ||
| 3 | AFirstKey = "A First Value"; | ||
| 4 | ASecondKey = "A Second Value"; | ||
| 5 | // this is the last entry | ||
| 6 | }, | ||
| 7 | /*{ | ||
| 8 | BFirstKey = "B First Value"; | ||
| 9 | BSecondKey = "B Second Value"; | ||
| 10 | },*/ | ||
| 11 | { | ||
| 12 | CFirstKey = "C First Value"; // "C First Unused Value"; | ||
| 13 | // now here is another comment | ||
| 14 | CSecondKey = /* "C Second Value";*/ "C Second Corrected Value"; | ||
| 15 | } | ||
| 16 | ) | ||
