-
Notifications
You must be signed in to change notification settings - Fork 10
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
issue #542 Update sanirize-html to version 2.6.1 #1280
Conversation
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.
Looks good, but tests are failing
Core/source/platform/util.ts
Outdated
@@ -30,3 +30,9 @@ export const setGlobals = () => { | |||
export const iso2022jpToUtf = (content: Buf) => { | |||
return dereq_encoding_japanese.convert(content, { to: 'UTF8', from: 'JIS', type: 'string' }); | |||
} | |||
|
|||
export const debugPrintArray = (title: string, arr: any[]) => { |
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.
Is it used anywhere?
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.
I wrote this. No longer needed, I think.
Yes, tests are failing, but I don't have any ideas what can be wrong. Locally all tests written in Typescript are passing. @tomholub I suggest to merge now as is and let others fix tests. |
I don't want to merge until it passes all CI tests. @sosnovsky could you please take a look? |
Yes, I'll check it |
This PR updates sanitize-html to latest version 2.6.1
close #542
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):