yurloc commented on code in PR #5905:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5905#discussion_r1593049542


##########
drools-drl/drools-drl-parser-tests/src/test/java/org/drools/drl/parser/antlr4/MiscDRLParserTest.java:
##########
@@ -3458,10 +3461,18 @@ public void parse_InfinityLiteral() throws Exception {
 
     }
 
-    @Test
-    public void parse_EntryPointDeclaration() throws Exception {
+    public static Stream<Arguments> entryPointIds() {
+        return Stream.of(
+                Arguments.of("eventStream", "eventStream"),
+                Arguments.of("\"My entry-point 'ID'\"", "My entry-point 'ID'")
+        );
+    }

Review Comment:
   Try both quoted and unquoted entry-point ID without duplicating the test.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to