From 6ae91130c7c2ff1c11ecfe5798d8037954a4d570 Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 23 Sep 2025 01:54:50 -0400 Subject: Stricter requirements about locations of sections --- tests/location/sections.pom | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/location/sections.pom') 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 -- cgit v1.2.3