Cole-Greer commented on code in PR #3331:
URL: https://github.com/apache/tinkerpop/pull/3331#discussion_r2978398656
##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/grammar/ArgumentVisitorTest.java:
##########
@@ -178,7 +178,7 @@ public void shouldParse() {
});
} else if (clazz.equals(Float.class)) {
assertParsing(() -> {
- final GremlinParser.FloatArgumentContext ctx =
parser.floatArgument();
+ final GremlinParser.NumericArgumentContext ctx =
parser.numericArgument();
Review Comment:
Added a feature test for `g.V().coin(1)`
--
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]