Bu modulun sənədləşdirmə səhifəsi Modul:Languages/tests/doc səhifəsində yaradıla bilər
-- Unit tests for [[Module:URL]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_getRefHtml()
self:preprocess_equals('{{#invoke:Languages | getRefHtmlFrame | }}', '')
self:preprocess_equals('{{#invoke:Languages | getRefHtmlFrame | QNNN }}', '')
self:preprocess_equals('{{#invoke:Languages | getRefHtmlFrame | Q1860 }}', '<span class="ref-info" title="İngilis dili" style="font-size:85%; cursor:help; color:#888;">(ing.)</span>')
self:preprocess_equals('{{#invoke:Languages | getRefHtmlFrame | Q7737 }}', '<span class="ref-info" title="Rus dili" style="font-size:85%; cursor:help; color:#888;">(rus.)</span>')
end
return p