Source: denemo Followup-For: Bug #1106646 X-Debbugs-Cc: [email protected] Control: retitle Data Loss on save with libxml v1.3+
The failing tests catches a serious data loss issue when opening an existing .denemo (XML) file. In parsing child elements of <lily-directive> are ignored. That results in the in-memory data structures missing objects and therefore on saving/exporting the resulting XML is not the same as the input. Detailed analysis is in the upstream bug report.

