driver.love/0126-test_overlapping_areas

7 lines
134 B
Plaintext

test_overlapping_areas = function()
check(
overlapping_areas(
{x=0, y=0, w=1, h=1},
{x=0, y=0, w=1, h=1}),
'identical')
end