Skip to content

Commit

Permalink
Add more tests based on sugestions from PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Apr 9, 2024
1 parent 78541c4 commit f0845e5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,9 @@ for ($same = 20; $same > 0; $same--) {
for ($k = 3; $k > 0; $same--) {}
}
}

for ($i = 0; $i < 20; $i++);

for ($same = 0; $same < 20; $same++) {
for ($j = 0; $j < 20; $same++);
}

0 comments on commit f0845e5

Please sign in to comment.