src/utils/utils-custom.js
@@ -2074,7 +2074,7 @@ list.forEach(str => { str = str.replace(/^\s/, '') let strs = str.match(/(\s|=)[a-z0-9_]+\./ig) if (strs.length === 2 && (strs[0].replace(/\s|\./g, '') === strs[1].replace(/\s|\./g, ''))) { if (strs.length === 2 && (strs[0].replace(/\s|\.|=/g, '') === strs[1].replace(/\s|\.|=/g, ''))) { errors.push(str) } })