diff options
Diffstat (limited to 'site/tests/location.html')
-rw-r--r-- | site/tests/location.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/site/tests/location.html b/site/tests/location.html new file mode 100644 index 0000000..3a1ec39 --- /dev/null +++ b/site/tests/location.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta content="width=device-width,initial-scale=1" name="viewport"> + <title>POM location 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>Location tests for POM</h2> +<p> + These tests are found in the <code>tests/location</code> directory of the main POM repository. +</p> +<p> + These tests are for checking that definition location information + is correctly recorded. +</p> +<p> + Each test consists of a file <i>x</i>.pom and a file <i>x</i>.locations.pom. + For every key in <i>x</i>.pom, there’s a corresponding key in <i>x</i>.locations.pom + which is set to the line number where the key was defined in <i>x</i>.pom. +</p> +</body> +</html> |