Jump to content

Module:Wd/sandbox/testcases/3

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Janhrach (talk | contribs) at 15:10, 21 August 2023 (Rv). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local common_library = require("Module:wd/sandbox/testcases/common")
local testcase_table = mw.loadData("Module:wd/sandbox/testcases/testcaseTable")
return common_library.generate_unit_tests_module_vs_module(
	"wd/sandbox", 
	"wd", 
	common_library.format_module_inputs_for_preprocess_equals_preprocess_many(testcase_table)
)