diff options
author | pommicket <pommicket@gmail.com> | 2025-09-23 01:54:50 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-23 01:54:50 -0400 |
commit | 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 (patch) | |
tree | 8b17b7bd02adc10c58737c96f422dddcc098a0a9 /tests/location/sections.locations.pom | |
parent | 83ee81133b2c8a853330c8b683c391068ce36a97 (diff) |
Stricter requirements about locations of sections
Diffstat (limited to 'tests/location/sections.locations.pom')
-rw-r--r-- | tests/location/sections.locations.pom | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/tests/location/sections.locations.pom b/tests/location/sections.locations.pom index 7580028..5aff858 100644 --- a/tests/location/sections.locations.pom +++ b/tests/location/sections.locations.pom @@ -1,7 +1,12 @@ a = 2 -a.b = 2 -r = 5 -r.s = 5 -r.s.t = 5 -b = 8 -b.b = 8 +a.a = 2 +a.b = 3 +r = 6 +r.s = 6 +r.s.A = 6 +r.s.t = 7 +b = 10 +b.a = 11 +b.b = 10 +n = 16 +n.m = 14 |