Content deleted Content added
m prevent tags from wrapping |
|||
Line 97:
-- Change function names into more readable headers for the testcases tables.
for k, v in require "Module:
if type(k) == "string" then
local new_k = k:gsub("^test_(.+)$", "testcases for <code>%1</code>")
|