You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marvin Froeder (JIRA)" <ji...@apache.org> on 2015/11/21 00:24:10 UTC

[jira] [Created] (TINKERPOP3-984) Script1.groovy: 1: unexpected char: '#' @ line 1, column 5. g.V(#11:0).next()

Marvin Froeder created TINKERPOP3-984:
-----------------------------------------

             Summary: Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.    g.V(#11:0).next()
                 Key: TINKERPOP3-984
                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-984
             Project: TinkerPop 3
          Issue Type: Improvement
            Reporter: Marvin Froeder


Groovy related tests rely on ID.toString(), which can cause problems with any implementation that uses non-primitive ids:
{code}
Script1.groovy: 1: unexpected char: '#' @ line 1, column 5.
   g.V(#11:0).next()
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)