aboutsummaryrefslogtreecommitdiff
path: root/internal/world/insert_remove_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/world/insert_remove_test.go')
-rw-r--r--internal/world/insert_remove_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/world/insert_remove_test.go b/internal/world/insert_remove_test.go
index 15d752e..201b0d4 100644
--- a/internal/world/insert_remove_test.go
+++ b/internal/world/insert_remove_test.go
@@ -95,8 +95,10 @@ func TestInsertGridConflictsOverlap(t *testing.T) {
// TestInsertGridConflictsTwist: room 3 beyond 2 is also reachable from 1 via a
// separate path, so after the push 3 would have two candidate positions.
+//
// 1 east→2 east→3 (3 at (2,0,0), pushed to (3,0,0))
// 1 south→4 east→5 north→3 (3 at (1,0,0))
+//
// 3 is reachable two ways already → the pre-edit world is itself a twist. The
// insert helper must surface a twist conflict.
func TestInsertGridConflictsTwist(t *testing.T) {