Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Dec 16, 2022
2 parents 18d6711 + cd6fbd2 commit 4b6be6b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ SOFTWARE.
<xsl:when test="$method='^'">
<xsl:text>蟻</xsl:text>
</xsl:when>
<xsl:when test="$method='&amp;'">
<xsl:text>蟽</xsl:text>
</xsl:when>
<xsl:when test="$method='&lt;'">
<xsl:text>谓</xsl:text>
</xsl:when>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
xsls:
- /org/eolang/parser/add-default-package.xsl
- /org/eolang/maven/pre/classes.xsl
- /org/eolang/maven/pre/attrs.xsl
- /org/eolang/maven/pre/data.xsl
- /org/eolang/maven/pre/to-java.xsl
tests:
- /program/errors[count(*)=0]
- //java/text()[not(contains(., '&amp;'))]

eo: |
[] > foo
5 > five
a > @
[] > a
[] > @
&.&.five > @

0 comments on commit 4b6be6b

Please sign in to comment.