diff options
Diffstat (limited to 'deps/inja/test/data/nested-whitespace/data.json')
-rwxr-xr-x | deps/inja/test/data/nested-whitespace/data.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/inja/test/data/nested-whitespace/data.json b/deps/inja/test/data/nested-whitespace/data.json new file mode 100755 index 0000000..f7e4949 --- /dev/null +++ b/deps/inja/test/data/nested-whitespace/data.json @@ -0,0 +1,4 @@ +{ + "xarray": [0, 1], + "yarray": [0, 1, 2] +}
\ No newline at end of file |