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.pom | |
parent | 83ee81133b2c8a853330c8b683c391068ce36a97 (diff) |
Stricter requirements about locations of sections
Diffstat (limited to 'tests/location/sections.pom')
-rw-r--r-- | tests/location/sections.pom | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/location/sections.pom b/tests/location/sections.pom index 8c79cb2..13c1cd1 100644 --- a/tests/location/sections.pom +++ b/tests/location/sections.pom @@ -1,8 +1,16 @@ [a] +a = 5 b = 12 [r.s] +A = 9 t = 13 [b] b = 14 +a = 0 + +[n] +m = 5 +[] +n = 6 |