Lua tests: more code coverage

This commit is contained in:
Pasi Kallinen
2026-01-23 17:43:54 +02:00
parent c8712fa288
commit 3b4ce60df4
2 changed files with 18 additions and 2 deletions

View File

@@ -130,4 +130,13 @@ function test_getlin()
end
end
function test_abscoord()
local ax,ay = nh.abscoord(3, 8);
local pt = nh.abscoord({ x = 10, y = 5 });
end
test_getlin();
test_abscoord();
nh.flip_level(3);