Open telic opened 7 years ago
The XMLWriter creates an erroneous blank line just before QUOTE if any inline elements (TLN, S, etc) are opened before it on a line.
QUOTE
TLN
S
E.g. the IML <L/><QUOTE>test</QUOTE> currently produces
<L/><QUOTE>test</QUOTE>
<l/> <quote> <l>test</l> </quote>
but that initial empty line shouldn't be there.
I noticed this specifically on TLN 850 of 1H4_F1.
Also seen at TLN 781 of 1HW_Q2
The XMLWriter creates an erroneous blank line just before
QUOTE
if any inline elements (TLN
,S
, etc) are opened before it on a line.E.g. the IML
<L/><QUOTE>test</QUOTE>
currently producesbut that initial empty line shouldn't be there.