Skip to content
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

Fix string parsing in Coq lexer #1116

Merged
merged 1 commit into from
May 27, 2019

Conversation

pyrmont
Copy link
Contributor

@pyrmont pyrmont commented May 18, 2019

As identified in #1105, there is an error in the Coq lexer where strings containing a backslash are not parsed correctly. This fixes #1105.

As identified in rouge-ruby#1105, there is an error in the Coq lexer where strings
containing a backslash are not parsed correctly. This fixes rouge-ruby#1105.
@pyrmont pyrmont closed this May 27, 2019
@pyrmont pyrmont reopened this May 27, 2019
@pyrmont pyrmont merged commit 20730d6 into rouge-ruby:master May 27, 2019
@pyrmont pyrmont deleted the bugfix.coq-strings branch January 8, 2020 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coq Notation Literals rendered as err
1 participant