Bytes without data

In XMIR, each <o/> object whose parent base contains Φ.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 Fri Sep 12 07:13:56 UTC 2025.