Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Jul 29, 2023
1 parent acd7de3 commit a5fcea8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/test_files/tinysnb/function/path.test
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@
[7,8]|True
[7,9,7]|False
[7,9]|True

-LOG PathFun5
-STATEMENT MATCH p = (a)-[e:knows*1..2]-(b) WHERE a.ID=7 RETURN properties(rels(p), '_id'), is_trail(p)
---- 4
[3:12,3:12]|False
[3:12]|True
[3:13,3:13]|False
[3:13]|True

0 comments on commit a5fcea8

Please sign in to comment.