Skip to content

Commit

Permalink
objectionary#1249: transferred the test to runtime-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jul 8, 2024
1 parent 34e89c2 commit 101a43f
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 158 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ 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. -->
<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,6 +23,7 @@ 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. -->
<xsl:output encoding="UTF-8" method="xml"/>
<xsl:template match="node()|@*">
<xsl:copy>
Expand Down
158 changes: 0 additions & 158 deletions eo-runtime/src/test/eo/org/eolang/nesting-tests.eo

This file was deleted.

Loading

0 comments on commit 101a43f

Please sign in to comment.