Mike Personick created TINKERPOP-2686:
-----------------------------------------
Summary: Add Cucumber support for VertexProperty for language
bindings
Key: TINKERPOP-2686
URL: https://issues.apache.org/jira/browse/TINKERPOP-2686
Project: TinkerPop
Issue Type: Improvement
Components: dotnet, javascript, python
Affects Versions: 3.6.0
Reporter: Mike Personick
We have Cucumber support for VertexProperty now in Java, so we need to add
similar support for the three language bindings. Currently there is only one
feature test that uses the VP feature, and it is disabled in the langs. We
reused the edge triplet syntax:
{color:#4c9aff}*{{vp[vertexName-propName->propVal]}}*{color}
Note that propVal must also be parsed (e.g. numerics):
{color:#4c9aff}vp[peter-age->d[35].i]{color}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)