Skip to content

Commit

Permalink
tests: add pixel test case
Browse files Browse the repository at this point in the history
  • Loading branch information
yusshu committed Sep 4, 2023
1 parent ce2b06b commit cbb5244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
9
20
207
500
3 changes: 3 additions & 0 deletions src/test/resources/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ math.lerprotate(10, 380, 0.5) + math.lerprotate(50, -10, 0.25)

# inverse trigonometry
math.round(math.acos(-1) + math.atan2(2, 4))

# pixel case
temp.level = 10; 10 * temp.level + (temp.level * temp.level * 4)

0 comments on commit cbb5244

Please sign in to comment.