Skip to content

Commit cb1a5f0

Browse files
proper role
1 parent 1d4701d commit cb1a5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/queries/select-version.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ For example, Cypher 25 disallowed using a `NODE` or `RELATIONSHIP` instead of a
152152
The following example demonstrates how a query that works in Cypher 5 can be rewritten to work in Cypher 25.
153153

154154
.Original Cypher 5 query
155-
[source, cypher]
155+
[source, cypher, role=test-skip]
156156
----
157157
MATCH (n:Order)-[r:SHIPPED_TO]->(:Address)
158158
SET n = r

0 commit comments

Comments
 (0)