Module:qlu-pron/testcases: Difference between revisions

No edit summary
No edit summary
 
Line 13: Line 13:
return tests:equals(
return tests:equals(
noresp == "" and linkup(term) or noresp and linkup(noresp) .. "<br>(" .. term .. ")" or linkup(term),
noresp == "" and linkup(term) or noresp and linkup(noresp) .. "<br>(" .. term .. ")" or linkup(term),
m_IPA.crux(term, 1, transcription or "test"),
m_IPA.crux(term, nil, transcription or "test"),
expected,
expected,
{ display = IPA_style, show_difference = true }
{ display = IPA_style, show_difference = true }