summaryrefslogtreecommitdiff
path: root/site/tests/location.html
blob: 3a1ec39f51bd2ab0e849ce6047a38e12f7369690 (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 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>