Skip to content

Commit

Permalink
objectionary#1249: Added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jul 9, 2024
1 parent b366e9b commit 5f71785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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. -->
<!-- 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. -->
<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 @@ -23,7 +23,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
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. -->
<!-- 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 -->
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="node()|@*">
<xsl:copy>
Expand Down

0 comments on commit 5f71785

Please sign in to comment.