-
-
Notifications
You must be signed in to change notification settings - Fork 819
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
chore: Update quick-xml to 0.35.0 #16774
Conversation
See also, for deduplication: Smithay/wayland-rs#736 |
b1ba1bb
to
a32d870
Compare
Hmm, one of the errors is: HTML set: <b>a<i>b</b>c</i>d</b>e
< HTML get: <P ALIGN="LEFT"><FONT FACE="Noto Sans" SIZE="6" COLOR="#000000" LETTERSPACING="0" KERNING="0"><B>a</B><B><I>bc</I></B><B>d</B></FONT></P>
< Text get: abcd
> HTML get: <P ALIGN="LEFT"><FONT FACE="Noto Sans" SIZE="6" COLOR="#000000" LETTERSPACING="0" KERNING="0"><B>a</B><B><I>bc</I></B><B>d</B>e</FONT></P>
> Text get: abcde
HTML get ml: <!-- the same -->
< Text get: abcd
> Text get: abcde |
TODO: change to |
eb73c37
to
d31db54
Compare
I just realized, just because |
d31db54
to
86068e6
Compare
Looking at tafia/quick-xml#770 (comment), it sounds like they'd accept a PR to add a new option (maybe |
There you go: tafia/quick-xml#772 |
0787d4a
to
a8cbddc
Compare
a8cbddc
to
7d7961f
Compare
7d7961f
to
0fc5091
Compare
Split from #16769 / #16870 / #16871.
Changelog:
https://github.com/tafia/quick-xml/releases/tag/v0.32.0
https://github.com/tafia/quick-xml/releases/tag/v0.33.0
https://github.com/tafia/quick-xml/releases/tag/v0.34.0
https://github.com/tafia/quick-xml/releases/tag/v0.35.0
I'm not 100% sure I did all the
UnexpectedEof
replacements correctly.