Content deleted Content added
testUnicode |
test mw.ustring.find |
||
Line 599:
function main.testUnicode(frame)
local s, e, m = mw.ustring.find(input, '(—)')
if (s) then
return 'yes'
else
|
testUnicode |
test mw.ustring.find |
||
Line 599:
function main.testUnicode(frame)
local s, e, m = mw.ustring.find(input, '(—)')
if (s) then
return 'yes'
else
|