Closed heftig closed 2 years ago
Looking at the test that https://github.com/hughsie/appstream-glib/commit/f939f14774618fd07d7019e9d0c86e1e1ae5642a added, I think even if it did pass, the code is broken.
The source markup is:
And the expected data is:
The space between supports
and <em>em</em>
is gone.
It worked here (and continues to work); can you debug a bit please?
Any idea what could affect this? Some dependency?
The new fields in the AsNodeToXmlHelper
struct aren't being initialized.
(Also, they should probably be bitfields for consistency.)
Can you do a pr please?
The
as-self-test
fails since 0.8.0:Bisection identified f939f14774618fd07d7019e9d0c86e1e1ae5642a as the first broken commit.
meson setup
+compile
log: appstream-glib-0.8.0-1-x86_64-build.logmeson test
log: appstream-glib-0.8.0-1-x86_64-check.log