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
You are correct this is due to the difference between single and double quotes in TOML. If you want to use a regular expression, you must use single quotes.
Found a potential bug. I'm noticing the following pattern for excluding a method as shown in docs is generating a malformed toml error:
But if I use the following it is working.
Is that happening for anyone else?
The text was updated successfully, but these errors were encountered: