Skip to content

Commit 7c7de07

Browse files
committed
add regression test
1 parent 06ee389 commit 7c7de07

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test "block line overshoot too aggressive":
2+
set {_loc} to location(0,-0.9,0,world "world")
3+
set {_step} to vector(0,0.001,0)
4+
loop 200 times:
5+
assert (size of blocks above {_loc}) is 100 with "failed to get blocks above %{_loc}%"
6+
set {_loc} to {_loc} ~ {_step}

0 commit comments

Comments
 (0)