Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement variable roles Match tests #172

Open
flyingsilverfin opened this issue Feb 4, 2021 · 0 comments
Open

Implement variable roles Match tests #172

flyingsilverfin opened this issue Feb 4, 2021 · 0 comments

Comments

@flyingsilverfin
Copy link
Member

flyingsilverfin commented Feb 4, 2021

A lot of nuanced match cases can be found by considering variable roles in a relation. A quick check shows that we have no such match tests in the current match.feature.

For example, see the test added in #171.

We should write tests cases to cover these, and discuss what the expected outcome of for instance the following queries are:

match ($role: $x) isa $rel; $role type friendship:friend;

vs

match ($role: $x) isa rel; $role sub friendship:friend;

and any other fun cases that can be found!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants