Skip to content

Commit

Permalink
[compiler] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mctaverna committed Sep 12, 2023
1 parent 679a6b4 commit 41c74fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/src/test/java/TestStatements.java
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void case2_() throws IOException {
ParsingResult result = parseStatement( statement );

Node javaAST = BoxLangTranspiler.transform( result.getRoot() );
System.out.println( javaAST );

assertEqualsNoWhiteSpaces(
"""
do {
Expand Down Expand Up @@ -234,4 +234,5 @@ public void for_() throws IOException {
}
""", javaAST.toString() );
}

}

0 comments on commit 41c74fc

Please sign in to comment.