xiazcy commented on code in PR #3154:
URL: https://github.com/apache/tinkerpop/pull/3154#discussion_r2236900753


##########
gremlin-core/src/test/java/org/apache/tinkerpop/gremlin/language/translator/GremlinTranslatorTest.java:
##########
@@ -731,6 +731,15 @@ public static Collection<Object[]> data() {
                             "Java does not support range literals",
                             "Javascript does not support range literals",
                             "Python does not support range literals"},
+                    {"g.inject(1).asBool()",
+                            null,
+                            "g.inject(number0).asBool()",
+                            "g.Inject<object>(1).AsBool()",
+                            "g.Inject(1).AsBool()",
+                            null,
+                            null,
+                            null,

Review Comment:
   I believe it's b/c they don't differ from the expected one, but I've added 
them anyways. 



-- 
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]

Reply via email to