You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not the reason, the real problem is my matching order is wrong so that it deems 'false' as a key(not boolean).
But sadly and reluctantly, the regexp is wrong too. Thanks for pointing out these two bugs.
I think I fixed it in v0.1.3. If you have time please try out.
(seems I should prepare some comprehensive test files and unit tests... but I truly have no time recently)
I got this error when I tried to assign a bool to false:
Line 2 Character 1: Invalid Token 'false' at haxetoml::TomlParser/InvalidToken()[\source\lib\toml\src\haxetoml\TomlParser.hx:337]
The text was updated successfully, but these errors were encountered: