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
This will cause an error, while if you changed a.b to a_b it will work. This is really only a minor inconvenience at best. Fixing this will likely not be easy as it will involve diving into the workings of the parser.
The text was updated successfully, but these errors were encountered:
I'm marking this as "wontfix" unless more people request it. It's kind of an extremely particular thing to do and bad coding practice in general, so only if more people are taken with the idea.
This will cause an error, while if you changed
a.b
toa_b
it will work. This is really only a minor inconvenience at best. Fixing this will likely not be easy as it will involve diving into the workings of the parser.The text was updated successfully, but these errors were encountered: