48,406
edits
(Created page with "local tests = require('Module:UnitTests') local m_IPA = require('Module:pine-pron') local function tag_IPA(IPA) return '<span class="IPA">' .. IPA .. '</span>' end local function linkup(text) return "" .. text .. "" end function tests:check_output(term, expected, noresp) return tests:equals( noresp and linkup(noresp) .. "<br>(" .. term .. ")" or linkup(term), m_IPA.crux(term), expected, { display = tag_IPA, show_difference...") |
(No difference)
|