Skip to content

Commit

Permalink
Update ExprTimes.sk
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP authored Dec 3, 2024
1 parent 9ff8188 commit ef827ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/skript/tests/syntaxes/expressions/ExprTimes.sk
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ test "times":
add 1 to {_count}
assert {_count} is 3 with "count was %{_count}% instead of 3"
assert {_three} is 3 with "original number wasn't 3"
set {_count} to 0
loop thrice:
add 1 to {_count}
assert {_count} is 3 with "thrice count was %{_count}% instead of 3"

0 comments on commit ef827ff

Please sign in to comment.