We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of #2127
This is just the parsing side of the equation; compilation and then execution of the tests will be separate steps.
An example of the syntax:
test DocumentTest { relationships { document:one viewer user:alice document:one editor user:bob } assertions { document:one view user:alice // Positive assertion document:one !edit user:alice // Negative assertion document:one edit user:bob } expected { document:one view ( user:alice is viewer of document:one user:bob is editor of document:one ) document:one edit ( user:bob is editor of document:one ) } }
This will be done when the new syntax is implemented with passing tests.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Part of #2127
This is just the parsing side of the equation; compilation and then execution of the tests will be separate steps.
An example of the syntax:
AC
This will be done when the new syntax is implemented with passing tests.
The text was updated successfully, but these errors were encountered: