You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @todo #2399:30min Do we need {@link RedundantParentheses} class? After refactoring grammar
* ({@see Program.g4}) parentheses are controlled at the level of grammar and can't be used in the
* many ways it was allowed to use them before. This is the reason the test is disabled. Need to
* check whether we really need the class with new grammar or not. If yes - return
* {@link RedundantParentheses} back to {@link XeListener} and refactor the test.
* If no - move the test cases below to {@link org.eolang.parser.typos} folder and remove
* {@link RedundantParentheses} class from the source code.
The puzzle was created by rultor on 08-Sep-23.
Estimate: 30 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered:
The puzzle
2399-a6eaec39
from #2399 has to be resolved:eo/eo-parser/src/test/java/org/eolang/parser/RedundantParenthesesTest.java
Lines 43 to 49 in 835e861
The puzzle was created by rultor on 08-Sep-23.
Estimate: 30 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.
The text was updated successfully, but these errors were encountered: