aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.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/AmbiguousMethodFiller.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/AmbiguousMethodFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json
index eea91c7ef..489d6eb74 100644
--- a/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json
+++ b/src/GeneralStateTestsFiller/stSolidityTest/AmbiguousMethodFiller.json
@@ -28,23 +28,23 @@
"pre" : {
"095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
"balance" : "100000",
- "//" : "contract contract1 ",
- "//" : "{ ",
- "//" : " uint value; ",
- "//" : " function run() ",
- "//" : " { ",
- "//" : " value = 225; ",
- "//" : " } ",
- "//" : "} ",
- "//" : " ",
- "//" : "contract contract2 ",
- "//" : "{ ",
- "//" : " uint value2; ",
- "//" : " function run() ",
- "//" : " { ",
- "//" : " value2 = 335; ",
- "//" : " } ",
- "//" : "} ",
+ "//comment1" : "contract contract1",
+ "//comment2" : "{",
+ "//comment3" : " uint value;",
+ "//comment4" : " function run()",
+ "//comment5" : " {",
+ "//comment6" : " value = 225;",
+ "//comment7" : " }",
+ "//comment8" : "}",
+ "//comment9" : "",
+ "//comment10" : "contract contract2",
+ "//comment11" : "{",
+ "//comment12" : " uint value2;",
+ "//comment13" : " function run()",
+ "//comment14" : " {",
+ "//comment15" : " value2 = 335;",
+ "//comment16" : " }",
+ "//comment17" : "}",
"code" : "0x60003560e060020a90048063c040622614601557005b601b6021565b60006000f35b61014f60008190555056",
"nonce" : "0",
"storage" : {