MIF Filter: numbered paragraph formats in empty paragraphs are not correctly merged

Issue #945 resolved
Denis Konovalyenko created an issue

The 3rd paragraph is prepended with a changed number format and it is empty.

Actual merge:

 <Para 
  <Unique 998448>
  <PgfTag `Numbered1'>
  <Pgf 
   <PgfNextTag `'>
   <PgfNumFormat `CHANGED autonumber: '>
   <PgfPDFStructureLevel 6>
  >'> # end of Pgf
  <ParaLine 
  > # end of ParaLine
 > # end of Para

Expected:

 <Para 
  <Unique 998448>
  <PgfTag `Numbered1'>
  <Pgf 
   <PgfNextTag `'>
   <PgfNumFormat `CHANGED autonumber: '>
   <PgfPDFStructureLevel 6>
  > # end of Pgf
  <ParaLine 
  > # end of ParaLine
 > # end of Para

For more information please refer to the attached document.

Comments (2)

  1. Log in to comment