Skip to content

Commit

Permalink
objectionary#3267: Removed todo, leaved reference to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 6, 2024
1 parent 0d99b20 commit dc56d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ SOFTWARE.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="align-test-classes" version="2.0">
<!-- Copies all high-level nesting classes inside the main class.
@todo #1249:90min Add link to corresponding xmir2xmir test here as documentation when such tests arrive.
Such tests would describe xsl sense via example of input/output. -->
See example in test src/test/resources/org/eolang/maven/xmir2xmir/aligns-test-classes.yaml -->
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="node()|@*">
<xsl:copy>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ SOFTWARE.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" id="remove-high-level-inner-classes" version="2.0">
<!-- Removes all high-level nesting classes inside the main class.
@todo #1249:90min Create xmir2xmir tests. This tests should be represented in yaml file and contain xsls,
input(xmir) and output(xmir) sections. Add link to corresponding xmir2xmir test here as documentation -->
See example in test srsrc/test/resources/org/eolang/maven/xmir2xmir/removes-high-level-inner-classes.yaml -->
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="node()|@*">
<xsl:copy>
Expand Down

0 comments on commit dc56d2c

Please sign in to comment.