Skip to content

Commit

Permalink
objectionary#2750 fix todo again
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Jan 11, 2024
1 parent a542d8f commit 03bbfde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 @@ -152,9 +152,8 @@ SOFTWARE.
</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`.
`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(), ' '))">
Expand Down

0 comments on commit 03bbfde

Please sign in to comment.