summaryrefslogtreecommitdiff
path: root/site/tests/parsing.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/tests/parsing.html')
-rw-r--r--site/tests/parsing.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/site/tests/parsing.html b/site/tests/parsing.html
new file mode 100644
index 0000000..00058ed
--- /dev/null
+++ b/site/tests/parsing.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 parsing 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>Parsing tests for POM</h2>
+<p>
+ These tests are found in the <code>tests/parsing</code> directory of the main POM repository.
+</p>
+<p>
+ These tests are for checking that key-value pairs are parsed correctly.
+</p>
+<p>
+ Each test <i>x</i> consists of two files, <i>x</i>.pom and <i>x</i>.flat.pom. These
+ files should produce the exact same schema, but <i>x</i>.flat.pom is formatted
+ in a simple way without any section headers, and only using doubly-quoted single-line strings.
+</p>
+
+</body>
+</html>