3,764
edits
(Created page with "local tests = require('Module:UnitTests') local m_IPA = require('Module:qay-pron') local function IPA_style(IPA) return '<span style="font-size:110%;font-family:Gentium,\'DejaVu Sans\',\'Segoe UI\',sans-serif>' .. IPA .. '</span>' end local function link(term) return '" .. term .. '' end function tests:check_phonetic(term, expected) return tests:equals( link(term), m_IPA.crux(term), expected, { display = IPA_style, show_d...") |
No edit summary |
||
| Line 1: | Line 1: | ||
local tests = require('Module:UnitTests') | local tests = require('Module:UnitTests') | ||
local m_IPA = require('Module: | local m_IPA = require('Module:Hoo-ipac') | ||
local function IPA_style(IPA) | local function IPA_style(IPA) | ||
edits