Skip to content

Commit

Permalink
fix tck fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango committed Sep 21, 2022
1 parent c6505bf commit a9ff3f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/tck/features/yield/parameter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ Feature: Parameter
LOOKUP ON player where player.age>$p1+40 YIELD player.name AS name
"""
Then the result should be, in any order:
| name |
| "Grant Hill" |
| "Jason Kidd" |
| "Vince Carter" |
| "Tim Duncan" |
| name |
| "Grant Hill" |
| "Jason Kidd" |
| "Vince Carter" |
| "Tim Duncan" |
| "Shaquille O'Neal" |
| "Steve Nash" |
| "Ray Allen" |
| "Steve Nash" |
| "Ray Allen" |
When executing query:
"""
$p1=GO FROM "Tim Duncan" OVER like WHERE like.likeness>$p1 yield like._dst as dst;
Expand Down

0 comments on commit a9ff3f7

Please sign in to comment.