summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/path-search.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/path-search.cpp b/test/path-search.cpp
index ecd631e4..fc815ddd 100644
--- a/test/path-search.cpp
+++ b/test/path-search.cpp
@@ -186,6 +186,9 @@ void test_bbox()
fm_assert( check_W(search, {}, {K+2, K }, s01 ));
fm_assert( check_N(search, {}, {K, K+2}, s10 ));
fm_assert( check_W(search, {}, {K, K+2}, s01 ));
+
+ fm_assert( check_N(search, {}, {K+2, K+2 }, s00 ));
+ fm_assert( check_W(search, {}, {K+2, K+2 }, s00 ));
}
}