blob: eeaacfa4e0ef791c386d9a569bc8a9e4fbfd3ad3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>
|