Module:Chem:修订间差异
小 修正错误 |
修正错误 |
||
第24行: | 第24行: | ||
if ch=="." or ch=="·" then | if ch=="." or ch=="·" then | ||
table.insert(res, "·") | table.insert(res, "·") | ||
norm=true | |||
elseif ch=="=" then | |||
table.insert(res, "=") | |||
norm=true | norm=true | ||
elseif ch=="^" then | elseif ch=="^" then |