summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2017-10-17 16:45:37 -0400
committerLeo Balter <leonardo.balter@gmail.com>2017-10-17 16:45:37 -0400
commit1282e842febf418ca27df13fa4b32f7e5021b470 (patch)
tree008db9e90a072691eeb2e5e552791d1015dceea6 /CONTRIBUTING.md
parente760413d3fbfd4f80322c0f6c28e12b9e8a8f6b1 (diff)
downloadqtdeclarative-testsuites-1282e842febf418ca27df13fa4b32f7e5021b470.tar.gz
CONTRIBUTING.md: Link #handling-errors-and-negative-test-cases (#1295)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 55e428abd..70b5a1798 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -105,7 +105,7 @@ This means the test is expected to throw an error of the given type. If no erro
- **type**- If an error is thrown, it is implicitly converted to a string. In order for the test to pass, this value must match the name of the error constructor.
- **phase** - Negative tests whose **phase** value is "early" must produce the specified error prior to executing code. The value "runtime" dictates that the error is expected to be produced as a result of executing the test code.
-For best practices on how to use the negative tag please see Handling Errors and Negative Test Cases, below.
+For best practices on how to use the negative tag please see [Handling Errors and Negative Test Cases](#handling-errors-and-negative-test-cases), below.
For example: