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


##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/map/Project.feature:
##########
@@ -106,4 +106,13 @@ Feature: Step - project()
       | m[{"a":"d[0].l", "b":"d[29].i"}] |
       | m[{"a":"d[1].l", "b":"d[27].i"}] |
       | m[{"a":"d[1].l", "b":"d[32].i"}] |
-      | m[{"a":"d[0].l", "b":"d[35].i"}] |
\ No newline at end of file
+      | m[{"a":"d[0].l", "b":"d[35].i"}] |
+
+
+  Scenario: g_V_projectXa_aX

Review Comment:
   Actually there is a quick workaround I just remembered. You can technically 
add static translation of this test to all the feature tests in the 
`generate.groovy` file of each GLV, but it's ultimately a hack so I'd think 
it's ok to not include it at this point. 
   



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