You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2020/09/01 14:25:19 UTC

[tinkerpop] branch 3.4-dev updated (9d2811a -> 86c79ea)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 9d2811a  Added more project() examples to docs CTR
     add 86c79ea  Added math() to GLV tests

No new revisions were added by this update.

Summary of changes:
 .../Gherkin/CommonSteps.cs                         |   2 +-
 .../test/cucumber/feature-steps.js                 |   2 +-
 gremlin-test/features/map/Math.feature             | 130 +++++++++++++++++++++
 .../process/traversal/step/map/MathTest.java       |   2 +-
 .../gremlin/process/FeatureCoverageTest.java       |   2 +
 5 files changed, 135 insertions(+), 3 deletions(-)
 create mode 100644 gremlin-test/features/map/Math.feature