aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json
diff options
context:
space:
mode:
authorcdetrio <cdetrio@gmail.com>2017-08-06 01:17:37 +0800
committercdetrio <cdetrio@gmail.com>2017-08-06 01:22:32 +0800
commit349ac7908f284d579530ef77078437071ab833c5 (patch)
tree5109ae59861d421036a7786e70986ec5387d837a /src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json
parentd910fcd855aee824ccbdda4e3a03cc319c2a6273 (diff)
downloaddexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.gz
dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.zst
dexon-tests-349ac7908f284d579530ef77078437071ab833c5.zip
fix invalid json fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json86
1 files changed, 43 insertions, 43 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json
index 7486b4e69..4af87bcc6 100644
--- a/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json
+++ b/src/GeneralStateTestsFiller/stSolidityTest/TestKeywordsFiller.json
@@ -28,49 +28,49 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
- "//": "contract main ",
- "//": "{ ",
- "//": " bool returnValue; ",
- "//": " function run() returns (bool) ",
- "//": " { ",
- "//": " returnValue = testKeywords(); ",
- "//": " return returnValue; ",
- "//": " } ",
- "//": " ",
- "//": " function testKeywords() returns (bool res) ",
- "//": " { ",
- "//": " //some simple checks for the if statemnt ",
- "//": " //if, else, while, for, break, continue, return ",
- "//": " int i = 0; ",
- "//": " res = false; ",
- "//": " ",
- "//": " if (i == 0) ",
- "//": " { ",
- "//": " if( i <= -25) ",
- "//": " { ",
- "//": " return false; ",
- "//": " } ",
- "//": " else ",
- "//": " { ",
- "//": " while(i < 10) ",
- "//": " i++; ",
- "//": " ",
- "//": " if (i == 10) ",
- "//": " { ",
- "//": " for(var j=10; j>0; j--) ",
- "//": " { ",
- "//": " i--; ",
- "//": " } ",
- "//": " } ",
- "//": " } ",
- "//": " } ",
- "//": " ",
- "//": " if (i == 0) ",
- "//": " return true; ",
- "//": " ",
- "//": " return false; ",
- "//": " } ",
- "//": "} ",
+ "//comment1": "contract main",
+ "//comment2": "{",
+ "//comment3": " bool returnValue;",
+ "//comment4": " function run() returns (bool)",
+ "//comment5": " {",
+ "//comment6": " returnValue = testKeywords();",
+ "//comment7": " return returnValue;",
+ "//comment8": " }",
+ "//comment9": "",
+ "//comment10": " function testKeywords() returns (bool res)",
+ "//comment11": " {",
+ "//comment12": " //some simple checks for the if statemnt",
+ "//comment13": " //if, else, while, for, break, continue, return",
+ "//comment14": " int i = 0;",
+ "//comment15": " res = false;",
+ "//comment16": "",
+ "//comment17": " if (i == 0)",
+ "//comment18": " {",
+ "//comment19": " if( i <= -25)",
+ "//comment20": " {",
+ "//comment21": " return false;",
+ "//comment22": " }",
+ "//comment23": " else",
+ "//comment24": " {",
+ "//comment25": " while(i < 10)",
+ "//comment26": " i++;",
+ "//comment27": "",
+ "//comment28": " if (i == 10)",
+ "//comment29": " {",
+ "//comment30": " for(var j=10; j>0; j--)",
+ "//comment31": " {",
+ "//comment32": " i--;",
+ "//comment33": " }",
+ "//comment34": " }",
+ "//comment35": " }",
+ "//comment36": " }",
+ "//comment37": "",
+ "//comment38": " if (i == 0)",
+ "//comment39": " return true;",
+ "//comment40": "",
+ "//comment41": " return false;",
+ "//comment42": " }",
+ "//comment43": "}",
"code" : "0x7c01000000000000000000000000000000000000000000000000000000006000350463380e439681146037578063c040622614604757005b603d6084565b8060005260206000f35b604d6057565b8060005260206000f35b6000605f6084565b600060006101000a81548160ff0219169083021790555060ff60016000540416905090565b6000808160011560cd575b600a82121560a157600190910190608f565b81600a1460ac5760c9565b50600a5b60008160ff16111560c85760019182900391900360b0565b5b60d5565b6000925060ed565b8160001460e05760e8565b6001925060ed565b600092505b50509056",
"nonce" : "0",
"storage" : {