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
When I copy paste some string with tab character in it (not escaped) to string literal, Tomlyn throws Unhandled exception. Tomlyn.TomlException: (117,8) : error : Invalid control character found \t. For example:
[config]
something = 'a b'something_else = '''a b'''
This should be a normal use case, maybe we can have an option strict = false or something like that to avoid this error.
The text was updated successfully, but these errors were encountered:
When I copy paste some string with tab character in it (not escaped) to string literal, Tomlyn throws
Unhandled exception. Tomlyn.TomlException: (117,8) : error : Invalid control character found \t
. For example:This should be a normal use case, maybe we can have an option
strict = false
or something like that to avoid this error.The text was updated successfully, but these errors were encountered: