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
An s:report or s:assert element can contain a see attribute. This attribute is used for additional information about an error.
s:report
s:assert
see
Related to #23.
<rule context="..."> <report test="..." see="http://www.example.info/error42">...</report> </rule>
The error report should take this see attribute into account
The text was updated successfully, but these errors were encountered:
tomschr
No branches or pull requests
Problem
An
s:report
ors:assert
element can contain asee
attribute. This attribute is used for additional information about an error.Related to #23.
Expected Behavior
The error report should take this
see
attribute into accountSee Also
The text was updated successfully, but these errors were encountered: