Programming environment for editing various of my live apps without restarting them.
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