Move actual test files.

This commit is contained in:
androlo
2019-01-07 15:05:54 +01:00
committed by chriseth
parent 6e626ad955
commit d2105be57d
100 changed files with 23 additions and 23 deletions
@@ -0,0 +1 @@
0
@@ -0,0 +1,11 @@
{
"language": "Solidity",
"sources":
{
"A":
{
"key1": "test",
"content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
}
}
}
@@ -0,0 +1 @@
{"errors":[{"component":"general","formattedMessage":"Unknown key \"key1\"","message":"Unknown key \"key1\"","severity":"error","type":"JSONError"}]}