diff options
Diffstat (limited to 'tests/location/README.md')
-rw-r--r-- | tests/location/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/location/README.md b/tests/location/README.md new file mode 100644 index 0000000..caa8b6a --- /dev/null +++ b/tests/location/README.md @@ -0,0 +1,8 @@ +# Location tests + +These tests are for checking that definition location information +is correctly recorded. + +Each test consists of a file `x.pom` and a file `x.locations.pom`. +For every key in `x.pom`, there’s a corresponding key in `x.locations.pom` +which is set to the line number where the key was defined in `x.pom`. |