Jump to content

Module:Naval Vessel Register URL/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by RP88 (talk | contribs) at 23:51, 27 September 2016. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = require('Module:UnitTests')

function p:test_NVR_old_ids()
	self:preprocess_equals_many('{{#invoke:NVR|MakeShipLink|', '}}', {
		 {'OLDIRON', 'http://www.nvr.navy.mil/SHIPDETAILS/SHIPSDETAIL_1315.HTML'},
		 {'OLDIRON|Constitution', '[http://www.nvr.navy.mil/SHIPDETAILS/SHIPSDETAIL_1315.HTML Constitution]'},
		 {'id=OLDIRON', 'http://www.nvr.navy.mil/SHIPDETAILS/SHIPSDETAIL_1315.HTML'},
		 {'id=OLDIRON|title=Constitution', '[http://www.nvr.navy.mil/SHIPDETAILS/SHIPSDETAIL_1315.HTML Constitution]'},
	} )
end

return p