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

enh(perl) fix false-positive variable match at end of string #3935

Closed
wants to merge 1 commit into from

Conversation

joshgoebel
Copy link
Member

@joshgoebel joshgoebel commented Dec 2, 2023

Changes

Resolves #3934.

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md

Copy link

github-actions bot commented Dec 2, 2023

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

4 files changed

Total change +10 B

View Changes
file base pr diff
es/core.min.js 8.14 KB 8.14 KB -1 B
es/highlight.min.js 8.14 KB 8.14 KB -1 B
es/languages/perl.min.js 1.98 KB 1.99 KB +6 B
languages/perl.min.js 1.98 KB 1.99 KB +6 B

@h3xx
Copy link
Contributor

h3xx commented Dec 2, 2023

Can you please pull in d68f081 from my branch?

git remote add h3xx https://github.com/h3xx/highlight.js.git
git fetch h3xx
git merge --ff d68f0814719d1b677deeb551b4a815ef7b13029c

Copy link
Contributor

@h3xx h3xx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So yeah. This works for me. It would be great if you could also merge or cherry-pick my commit d68f081 that adds a test for my issue:

git remote add h3xx https://github.com/h3xx/highlight.js.git
git fetch h3xx
git merge --ff d68f0814719d1b677deeb551b4a815ef7b13029c

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.

(perl) "@" breaks highlighting
2 participants