summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-08 23:49:46 -0400
committerpommicket <pommicket@gmail.com>2025-09-08 23:49:46 -0400
commitabba17241264dd7c02bfbbb06128042eb98cebe7 (patch)
tree4f9adcfaf5a88f779924953edd846ec21ecbe3b8 /tests
parent226d485cf148c472c4fd0efa21229736b36b2708 (diff)
Add more location tests
Diffstat (limited to 'tests')
-rw-r--r--tests/location/sections.locations.pom7
-rw-r--r--tests/location/sections.pom8
-rw-r--r--tests/location/subkey.locations.pom7
-rw-r--r--tests/location/subkey.pom6
4 files changed, 28 insertions, 0 deletions
diff --git a/tests/location/sections.locations.pom b/tests/location/sections.locations.pom
new file mode 100644
index 0000000..7580028
--- /dev/null
+++ b/tests/location/sections.locations.pom
@@ -0,0 +1,7 @@
+a = 2
+a.b = 2
+r = 5
+r.s = 5
+r.s.t = 5
+b = 8
+b.b = 8
diff --git a/tests/location/sections.pom b/tests/location/sections.pom
new file mode 100644
index 0000000..8c79cb2
--- /dev/null
+++ b/tests/location/sections.pom
@@ -0,0 +1,8 @@
+[a]
+b = 12
+
+[r.s]
+t = 13
+
+[b]
+b = 14
diff --git a/tests/location/subkey.locations.pom b/tests/location/subkey.locations.pom
new file mode 100644
index 0000000..3e36252
--- /dev/null
+++ b/tests/location/subkey.locations.pom
@@ -0,0 +1,7 @@
+x.foo = 2
+x = 3
+y = 5
+y.bar = 5
+a = 6
+a.b = 6
+a.b.c = 6
diff --git a/tests/location/subkey.pom b/tests/location/subkey.pom
new file mode 100644
index 0000000..8316088
--- /dev/null
+++ b/tests/location/subkey.pom
@@ -0,0 +1,6 @@
+
+x.foo = 16
+x = 13
+
+y.bar = 19
+a.b.c = 13