aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm/files/TODO
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-19 05:28:16 +0800
committerobscuren <geffobscura@gmail.com>2014-10-19 05:28:16 +0800
commit3ad1daa70d09e0fc32347029b98166a51e9078c4 (patch)
treee4a7a42f31c7e875adcd0e1d478903e366a033cf /tests/vm/files/TODO
parent3bc64b6b6edf380aaa145e612988a4aa640e0d23 (diff)
downloadgo-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.gz
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.bz2
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.lz
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.xz
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.zst
go-tangerine-3ad1daa70d09e0fc32347029b98166a51e9078c4.zip
Added tests as subtree
Diffstat (limited to 'tests/vm/files/TODO')
-rw-r--r--tests/vm/files/TODO21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/vm/files/TODO b/tests/vm/files/TODO
new file mode 100644
index 000000000..91d0f358b
--- /dev/null
+++ b/tests/vm/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.
+