Bytes Without Data

Each object <o/> in XMIR, with its parent base containing Q.org.eolang.bytes must have text data inside.

Incorrect:

<object>
  <o name="bar" base="org.eolang.bytes">
    <o/>
  </o>
</object>

Correct:

<object>
  <o name="bar" base="org.eolang.bytes">
    <o>A1-B2-C3-D4-E5</o>
  </o>
</object>

Published on Mon May 26 13:15:46 UTC 2025.