xiazcy commented on code in PR #3244:
URL: https://github.com/apache/tinkerpop/pull/3244#discussion_r2446239991
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/branch/Choose.feature:
##########
@@ -666,4 +666,15 @@ Feature: Step - choose()
| matched |
| d[27].i |
| d[32].i |
- | d[35].i |
\ No newline at end of file
+ | d[35].i |
+
+ Scenario:
g_V_hasLabelXpersonX_chooseX_valuesXnameX_option1X_isXmarkoX_valuesXageXX_option2Xnone_valuesXnameXX
+ Given the modern graph
+ And the traversal of
+ """
+ g.V().hasLabel("person").choose(values("name")).
Review Comment:
Technically this particular simple example can be replaced with predicate,
but I can add the example query from the docs into feature tests (union() will
be under Union.feature).
--
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]