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