模組:RenderStations/testcases
這是Module:RenderStations的測試樣例頁,測試結果請見討論頁。 |
-- Unit tests for [[Module:RouteSequence]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_route_sequence()
self:preprocess_equals_many('{{#invoke:RenderStations|renderStationLinks|', '}}',
{
{
'1号线从$$高桥西$$\n|到$$霞浦$$\n|system=宁波轨道交通',
'1号线从[[高桥西站 (宁波市)|高桥西]]\n|到[[霞浦站 (宁波市)|霞浦]]'
},
{
'3号线从$$金海路$$\n|到$$骆驼桥$$\n|short=0|system=宁波轨道交通',
'3号线从[[金海路站 (宁波市)|金海路站]]\n|到[[骆驼桥站]]'
}
}
)
end
return p