Jump to content

Module:Coxeter–Dynkin diagram/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Eiim (talk | contribs) at 02:22, 14 March 2020 (For now, just a quick test to see if I got any kind of syntax working). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Unit tests for [[Module:{{Coxeter-Dynkin diagram}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')
local CDD = require('Module:Coxeter–Dynkin diagram/sandbox')._CDD

-- Example unit test.
function p:test_hello()
--	self:preprocess_equals('{{#invoke:Coxeter–Dynkin diagram/sandbox|CDD|node|4|node}}', 'Hello, world!')
end

return CDD{"node", "3", "node"}