-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#3001 escape single quotes when rendering tokens in html format #22387
Conversation
(Standard links)
|
Added the corresponding unit-test and update for the release-notes. Merge on pass. |
@@ -132,6 +132,21 @@ public function getDateFormats(): array { | |||
]; | |||
} | |||
|
|||
public function testTokenDataEscape() { |
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.
Ug - now you've ported it I'm gonna have to fix up the style issues
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.
(the reason I didn't port originally)
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.
Done - looks like the tests had only been running for 20 mins so ...
jenkins, test this please |
All green. |
port fix from #22285