-
Notifications
You must be signed in to change notification settings - Fork 36k
Update katex regex for jQuery expressions in KaTeX matching #269635
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
base: main
Are you sure you want to change the base?
Conversation
mjbvz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
Seems like some of the katex tests are failing in the check. @nikdmello Can you please take a look |
Head branch was pushed to by a user without write access
02fbdaf to
c646e63
Compare
|
@mjbvz I've added the missing snapshot that was causing the tests to fail |
Head branch was pushed to by a user without write access
|
@mjbvz I've updated the snapshot to match the actual output |
Updates katex regex coverage for jQuery expressions with multiple dollar signs.
Ensures that when jQuery expressions like
$.getJSON, $.ajax, $.getand$("#dialogDetalleZona").dialog(...) / $("#dialogDetallePDC").dialog(...)appear on the same line, the dollar signs are not incorrectly paired as opening and closing KaTeX delimiters.Fixes #268378