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

Negative tests #65

Merged
merged 15 commits into from Apr 14, 2022
8 changes: 8 additions & 0 deletions examples/counterexamples/README.md
@@ -0,0 +1,8 @@
Every CSDL file in this folder represents a test case where schema validation that is meant to fail at a certain line and column because a certain XML schema rule is violated.
HeikoTheissen marked this conversation as resolved.
Show resolved Hide resolved

Per CSDL file there must be three entries in the [`test.properties`](test.properties) file:
```
filename.xml.line=<line number>
filename.xml.col=<column number>
filename.xml.rule=<rule name>
ralfhandl marked this conversation as resolved.
Show resolved Hide resolved
```