Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 117: Line 117:
index = 1
index = 1
for i,val in ipairs(result) do
for i,val in ipairs(result) do
if (i == 1) and val == "%." and newStresses[1] == "%." then
if (i == 1) and val == "." and newStresses[1] == "." then
index = index + 1
index = index + 1
elseif mw.ustring.match(val, "[%.ˈ]") then
elseif mw.ustring.match(val, "[%.ˈ]") then