Skip to content

Commit

Permalink
objectionary#2750 remove old todo
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jan 11, 2024
1 parent aeff8d4 commit c2f48b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eo-parser/src/main/resources/org/eolang/parser/xmir-to-eo.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ SOFTWARE.
<xsl:value-of select="text()"/>
</xsl:when>
<xsl:otherwise>
<!-- @todo #2750:30min Empty bytes in EO are not converted successfully. The test
`org/eolang/parser/xmir-samples-wrong/empty-bytes.eo` fails and need to be fixed.
Don't forget to move `empty-bytes.eo` from `org/eolang/parser/xmir-samples-wrong` to `org/eolang/parser/xmir-samples`.
-->
<xsl:value-of select="replace(text(), ' ', '-')"/>
<xsl:if test="not(contains(text(), ' '))">
<xsl:text>-</xsl:text>
Expand Down

0 comments on commit c2f48b7

Please sign in to comment.