summaryrefslogtreecommitdiff
path: root/site/tests/errors.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/tests/errors.html')
-rw-r--r--site/tests/errors.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/site/tests/errors.html b/site/tests/errors.html
new file mode 100644
index 0000000..eeaacfa
--- /dev/null
+++ b/site/tests/errors.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <meta content="width=device-width,initial-scale=1" name="viewport">
+ <title>POM error tests</title>
+ <link rel="icon" href="/icon.png">
+</head>
+<body>
+<p>
+ <a href="/index.html">POM homepage</a> ยท <a href="/tests/index.html">POM tests</a>
+</p>
+<h2>Error tests for POM</h2>
+
+<p>
+ These tests are found in the <code>tests/errors</code> directory of the main POM repository.
+</p>
+<p>
+ These tests are for checking that error conditions are
+ detected and gracefully handled.
+</p>
+<p>
+ Each test in this directory has an error,
+ and should be rejected by a compliant parser.
+</p>
+
+</body>
+</html>