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
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
I tried parsing a simple document with
HoconLoader::new().load_str(string)
:It failed with
Error::Parse
.While trying to debug it, it turns out that the same config parses fine when loaded using
r#{ ... }"#
string.I hexdumped both strings.
file:
string:
The string failing parsing has CRLF (
0d0a
) line endings. The string parsing fine has LF (0a
) line endings.The text was updated successfully, but these errors were encountered: