Jump to content

Module:Sandbox/Zyxw/test

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Zyxw (talk | contribs) at 01:26, 12 April 2019 (test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = require('Module:UnitTests/sandbox')

function p:test1()
   self:preprocess_equals('=Test=', '', {nowiki=1})
   self:preprocess_equals('==Test==', '', {nowiki=1})
   self:preprocess_equals('===Test===', '', {nowiki=1})
end


return p