Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.2-incubating
-
None
Description
Groovy related tests rely on ID.toString(), which can cause problems with any implementation that uses non-primitive ids:
Script1.groovy: 1: unexpected char: '#' @ line 1, column 5. g.V(#11:0).next()