This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 0b33a8f2bf Fix @MultiLabelDefault/@SingleLabelDefault semantics and
add coverage
add 2eefc220c5 Address multi-label test coverage gap review comments
No new revisions were added by this update.
Summary of changes:
.../Gremlin.Net.IntegrationTest/Gherkin/Gremlin.cs | 8 +-
gremlin-go/driver/cucumber/gremlin.go | 8 +-
.../gremlin-javascript/test/cucumber/gremlin.js | 8 +-
.../src/main/python/tests/feature/gremlin.py | 8 +-
.../gremlin/language/translator/translations.json | 230 +++++++++++++++------
.../gremlin/test/features/map/ElementMap.feature | 4 +-
.../{data/Char.feature => map/Label.feature} | 62 +++---
.../gremlin/test/features/map/Labels.feature | 32 +--
.../gremlin/test/features/map/MergeVertex.feature | 32 +++
.../gremlin/test/features/map/ValueMap.feature | 4 +-
.../test/features/sideEffect/AddLabel.feature | 10 +
11 files changed, 278 insertions(+), 128 deletions(-)
copy
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/{data/Char.feature
=> map/Label.feature} (56%)