manoelcampos / xml2lua

XML Parser written entirely in Lua that works for Lua 5.1+. Convert XML to and from Lua Tables 🌖💱
MIT License
287 stars 73 forks source link

Remove unused variable #48

Closed leandromoreira closed 4 years ago

leandromoreira commented 4 years ago

Since the string comparison is not reliable/fair we should avoid it and stick to "regex" checks.