Serialisation bugs

Ran into a bug while giving the tutorial, (and another bug while writing 
this mail) so  probably need tests:

Test 1

ixml:

 data: a, " ", a, " ", a.
 -a: -" ".

input:
 a a a

expected output:


 <data>  </data>


(The bug displayed this as <data/>)

Test 2:

 data: +"  ".

No input

Expected output


 <data>  </data>

Steven

Received on Tuesday, 9 May 2023 10:43:47 UTC