Module:AutosortTable/testcases
Appearance
![]() | This is the test cases page for the module Module:AutosortTable. Results of the test cases. |
-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = {}
function p:test_hello()
return self:preprocess([[
{{#invoke: AutosortTable|create
| class = wikitable
| style = width: 50%;
| sep = --
| order = 2, 1
| nsort = 2
| header = -- Name -- Age
| -- Bob -- 20
| -- Peter -- 35
| -- John -- 35
| -- James -- 50
| background-color: #FFDDDD -- Henry -- 45
}}
]])
end
return p