privatize morphism
This commit is contained in:
parent
7b8b72dc54
commit
cb2caad603
2 changed files with 57 additions and 27 deletions
|
|
@ -85,6 +85,12 @@ func testSet(qs graph.QuadStore) []test {
|
|||
path: V(qs, "B").Out(V(qs, "predicates").Out("are")),
|
||||
expect: []string{"F", "cool"},
|
||||
},
|
||||
{
|
||||
message: "in",
|
||||
path: V(qs, "D").Out("follows").And(
|
||||
V(qs, "C").Out("follows")),
|
||||
expect: []string{"B"},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue