-
Notifications
You must be signed in to change notification settings - Fork 0
Escape characters on xml attributes #1
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
Escape characters on xml attributes #1
Conversation
f47e99e to
3f63e45
Compare
dt-hugues-lerebours
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.
I have no idea if it's OK.
It looks oddly specific, though.
worker.js
Outdated
| }; | ||
|
|
||
| const QUOTE = /"/g; | ||
| const QUOTE$1 = /"/g; |
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.
🤔 why?
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.
Generated code... because it's defined 2 times in 2 different files... I could put it in some constants file yes
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.
ok I didn't know this was generated
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 :)
ff91f91 to
3e2579b
Compare
3e2579b to
0ce8770
Compare
dt-hugues-lerebours
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.
👍
For Internal review
Issue on linkedom project : WebReflection#216
PR on linkedom: WebReflection#217
Waiting PR on Dilitrust : https://github.com/DiliTrust/hlx-service-web/pull/7601