Skip to content
  • Nick Wellnhofer's avatar
    Fix copying of entities in xmlParseReference · f9ea1a24
    Nick Wellnhofer authored
    Before, reader mode would end up in a branch that didn't handle
    entities with multiple children and failed to update ent->last, so the
    hack copying the "extra" reader data wouldn't trigger. Consequently,
    some empty nodes in entities are correctly detected now in the test
    suite. (The detection of empty nodes in entities is still buggy,
    though.)
    f9ea1a24