diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-02 23:43:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-02 23:43:12 +0800 |
commit | 0823254c3bc2560f8e0dd6f19d05f471f8af94f4 (patch) | |
tree | 56188e6c00336c34971839a90ece54a576483606 /tests/files/TODO | |
parent | 4f3f881c9be0b590e6e28fda295257e8d15d5f02 (diff) | |
parent | ce7204fa17560f6a76c7592bf5f23d29f22042d6 (diff) | |
download | dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.gz dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.bz2 dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.lz dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.xz dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.zst dexon-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.zip |
Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'
git-subtree-dir: tests/files
git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02
git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
Diffstat (limited to 'tests/files/TODO')
-rw-r--r-- | tests/files/TODO | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/files/TODO b/tests/files/TODO new file mode 100644 index 000000000..91d0f358b --- /dev/null +++ b/tests/files/TODO @@ -0,0 +1,21 @@ +- Move over to standard and clear JSON format: + +All files should be of the form: + +{ + "test1name": + { + "test1property1": ..., + "test1property2": ..., + ... + }, + "test2name": + { + "test2property1": ..., + "test2property2": ..., + ... + } +} + +Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. + |