Module:Template test case: Difference between revisions

fix bad variable name
(allow suppression of headers and of individual templates, and track any "heading" arguments in Category:Test cases using heading parameters)
(fix bad variable name)
Line 276:
for k, v in pairs(options) do
if type(k) == 'string' and k:find('heading') then
obj.categories['Test cases using heading parameters'] = true
break
end