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

groovy language highlighter transforms < to < #1049

Closed
Rob--W opened this issue Nov 8, 2016 · 3 comments
Closed

groovy language highlighter transforms < to < #1049

Rob--W opened this issue Nov 8, 2016 · 3 comments

Comments

@Rob--W
Copy link
Contributor

Rob--W commented Nov 8, 2016

  1. Visit http://prismjs.com/test.html.
  2. Paste"<"
  3. Set language to Groovy.

Expected:

  • Result: "<"

Actual:

  • Result: "<"
Rob--W added a commit to Rob--W/prism that referenced this issue Nov 8, 2016
Rob--W added a commit to Rob--W/prism that referenced this issue Nov 8, 2016
@Golmote
Copy link
Contributor

Golmote commented Nov 9, 2016

I can't reproduce this issue on the Test page...

https://puu.sh/sbplT/24b861700b.png

@Rob--W
Copy link
Contributor Author

Rob--W commented Nov 9, 2016

@Golmote You forgot to copy the quotes (those quotation marks in my steps-to-reproduce are required for the test case).

@Golmote
Copy link
Contributor

Golmote commented Nov 9, 2016

Oh, sorry, I didn't realize they were part of the code block! Issue confirmed! ;)

thesave added a commit to thesave/prism that referenced this issue Nov 9, 2016
* PrismJS/gh-pages:
  Plugins: Toolbar & Copy to Clipboard (PrismJS#891)
  Ini: Fix test after  PrismJS#1047
  Add support for the Jolie language (PrismJS#1014)
  Fix order of decoding entities in groovy (PrismJS#1049) (PrismJS#1050)
  Ruby: Make strings greedy. Fixes PrismJS#1048
  Ini: Remove newline at end of minified file.
  Ruby: Fix test after PrismJS#1023
  Remove important token in ini definition (PrismJS#1047)
  Add missing `from` keyword to typescript & set `ts` as alias. (PrismJS#1042)
  Fix greedy-flag bug
  Add yarn.lock (PrismJS#1035)
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

No branches or pull requests

2 participants