summaryrefslogtreecommitdiff
path: root/site/tests/location.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-23 14:26:18 -0400
committerpommicket <pommicket@gmail.com>2025-09-23 14:26:18 -0400
commitee57036c9cfdff27a81a38a9c5abc3b631f3a83c (patch)
tree812ad4393c68b0575c4010d9b25d39e20ceefb1c /site/tests/location.html
parent6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (diff)
POM website
Diffstat (limited to 'site/tests/location.html')
-rw-r--r--site/tests/location.html27
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>