Skip to content

Commit 902cf85

Browse files
h3ph4est7scgewecke
authored andcommitted
add more complexity to test contract usingOraclize
1 parent bb72697 commit 902cf85

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/sources/statements/unbracketed-sigleton-multi.sol

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,13 @@ contract usingOraclize {
10701070
for (i = 0; i < _bc.length; i++) babcde[k++] = _bc[i];
10711071
for (i = 0; i < _bd.length; i++) babcde[k++] = _bd[i];
10721072
for (i = 0; i < _be.length; i++) babcde[k++] = _be[i];
1073+
if (_be[0] < _bd[0])
1074+
return;
1075+
else if (babcde[0] > _bd[0])
1076+
if (_bd[0] < _bc[0])
1077+
return;
1078+
if (_bd[0] == _bc[0])
1079+
return;
10731080
}
10741081

10751082
}

0 commit comments

Comments
 (0)