-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line breaks shouldn't fail parsing #197
Labels
Comments
This was referenced Dec 6, 2018
Fixed in Cicero 0.13.5 |
I just tried it on 0.13.5. It still broken:
|
@lamqson See my answer to that same comment in #219 You most likely have an extra new line at the end of your sample (some editors add new lines on save, so you may want to check the configuration for your editor as well).
Note there is no new line after the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per a thread in the AP #technology-wg channel. It is confusing to users who edit files with editors that automatically change the line break format.
The behaviour can be replicated by opening the
helloworld
sample.txt file in VSCode, and changing the line break format fromLF
toCRLF
and saving.Parsing the original sample works, parsing the changed sample fails with:
The text was updated successfully, but these errors were encountered: