summaryrefslogtreecommitdiff
path: root/site/tests/parsing.html
blob: 00058ede74d3454a4e0de3ff09ad43479758acfb (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
<!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>