-
Notifications
You must be signed in to change notification settings - Fork 178
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
Testing for illegal utf-8 seq handling #520
Conversation
Thanks! For reasons of copyright, I am concerned about including Denis Pelli's unpublished abstract as a test case within the Proselint source code. Can you reduce |
Sorry about that - I should have modified the file from the start. I just got a little excited. I believe the test is now working and correctly reading/interpreting output. |
Thanks! |
Added a test asset (illegal-chars.txt) from the original issue (#504) and a test to insure the changes in the PR (#506) work correctly.