Skip to content

Commit

Permalink
#603 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 24, 2022
1 parent feda972 commit 85bbeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-parser/src/test/java/org/eolang/parser/SyntaxTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void parsesSimpleCode() throws Exception {
);
}

// @todo #603 This test doesn't work, because the listing is not
// @todo #603:30m This test doesn't work, because the listing is not
// received correctly from ANTLR4. There are some extra lexems,
// which must be removed. Let's find out what's going on and fix
// the code. The test must remain unchanged.
Expand Down

1 comment on commit 85bbeb4

@0pdd
Copy link

@0pdd 0pdd commented on 85bbeb4 Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 603-524ef27e discovered in eo-parser/src/test/java/org/eolang/parser/SyntaxTest.java and submitted as #604. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.