diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 14:26:18 -0400 |
commit | ee57036c9cfdff27a81a38a9c5abc3b631f3a83c (patch) | |
tree | 812ad4393c68b0575c4010d9b25d39e20ceefb1c /site/tests/errors.html | |
parent | 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff) |
POM website
Diffstat (limited to 'site/tests/errors.html')
-rw-r--r-- | site/tests/errors.html | 28 |
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> |