diff options
Diffstat (limited to '3rdparty/jsoncpp/test/data/test_array_03.expected')
-rw-r--r-- | 3rdparty/jsoncpp/test/data/test_array_03.expected | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3rdparty/jsoncpp/test/data/test_array_03.expected b/3rdparty/jsoncpp/test/data/test_array_03.expected new file mode 100644 index 00000000000..3d8dc18eb1e --- /dev/null +++ b/3rdparty/jsoncpp/test/data/test_array_03.expected @@ -0,0 +1,6 @@ +.=[] +.[0]=1 +.[1]=2 +.[2]=3 +.[3]=4 +.[4]=5 |