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
Hi! I've been investigating this library to see if we could use it and it looks pretty cool so far - thanks!
I think I might have found a bug, though. I'm trying to use TomlPropertyDisplayKind.StringLiteralMulti but it's not working as expected. I thing the issue might be in this line:
Hi! I've been investigating this library to see if we could use it and it looks pretty cool so far - thanks!
I think I might have found a bug, though. I'm trying to use
TomlPropertyDisplayKind.StringLiteralMulti
but it's not working as expected. I thing the issue might be in this line:Tomlyn/src/Tomlyn/Helpers/TomlFormatHelper.cs
Line 230 in 477d573
there's a
'n'
that's probably supposed to be a'\n'
.The text was updated successfully, but these errors were encountered: