You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2019/06/18 18:36:41 UTC

[tinkerpop] 06/06: fixed syntax error

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

dkuppitz pushed a commit to branch TINKERPOP-1084
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 7a1df9fde753d7d71222da455fa022a47383e24c
Author: Daniel Kuppitz <da...@hotmail.com>
AuthorDate: Tue Jun 18 09:26:51 2019 -0700

    fixed syntax error
---
 gremlin-test/features/branch/Branch.feature | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gremlin-test/features/branch/Branch.feature b/gremlin-test/features/branch/Branch.feature
index 69bb54c..e160fc8 100644
--- a/gremlin-test/features/branch/Branch.feature
+++ b/gremlin-test/features/branch/Branch.feature
@@ -121,6 +121,7 @@ Feature: Step - branch()
       """
     When iterated to list
     Then the result should be unordered
+      | result |
       | l[josh,josh,marko,peter] |
       | d[27].i |
       | d[12].l |