-
Notifications
You must be signed in to change notification settings - Fork 115
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
Coderay breaks with embedded backticks #245
Comments
hennevogel
added a commit
to hennevogel/open-build-service
that referenced
this issue
Jan 10, 2020
CodeRay throws an exception if you give it a language it doesn't find a plugin for. Reported as rubychan/coderay#245 Fixes openSUSE#6960 Co-authored-by: Dany Marcoux <[email protected]>
hennevogel
added a commit
to hennevogel/open-build-service
that referenced
this issue
Jan 10, 2020
CodeRay throws an exception if you give it a language it doesn't find a plugin for. Reported as rubychan/coderay#245 Fixes openSUSE#6960 Co-authored-by: Dany Marcoux <[email protected]>
hennevogel
added a commit
to hennevogel/open-build-service
that referenced
this issue
Jan 10, 2020
CodeRay throws an exception if you give it a language it doesn't find a plugin for. Reported as rubychan/coderay#245 Fixes openSUSE#6960 Co-authored-by: Dany Marcoux <[email protected]>
hennevogel
added a commit
to hennevogel/open-build-service
that referenced
this issue
Jan 15, 2020
CodeRay throws an exception if you give it a language it doesn't find a plugin for. Reported as rubychan/coderay#245 Fixes openSUSE#6960 Co-authored-by: Dany Marcoux <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CodeRay crashes with a comment having a quote right after backticks.
I think the culpid is here:
coderay/lib/coderay/helpers/plugin_host.rb
Lines 200 to 217 in d385021
The string
can be used to test it as described here: openSUSE/open-build-service#6960
The text was updated successfully, but these errors were encountered: