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
Failures:
test/BinocularsSpec.hs:73:8:
1) Binoculars, parse ini file, File With Comment
expected: Right (Ini {iniSections = fromList [("TEST",[("Key","value")])], iniGlobals = []})
but got: Left "Failed reading: #comment"
To rerun use: --match "/Binoculars/parse ini file/File With Comment/"
If I remove the comment it parse it correctly.
Cheers
The text was updated successfully, but these errors were encountered:
Hello, Ini used to parse correctly this kind of ini file. (look at the comment after the last active key/value.
now it fails with
If I remove the comment it parse it correctly.
Cheers
The text was updated successfully, but these errors were encountered: