summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-09 01:29:58 -0400
committerpommicket <pommicket@gmail.com>2025-09-09 01:29:58 -0400
commite84ee6bf1541ead7051c8b2aed95a206a3db9320 (patch)
tree9298defde4f3dcfb50cfe8fd62483b3fef877f0f /tests
parent5267d35f4bb57cfa90daf3eb4d82271d2b48a493 (diff)
Add test: location/key_with_subkeys
Diffstat (limited to 'tests')
-rw-r--r--tests/location/key_with_subkeys.locations.pom5
-rw-r--r--tests/location/key_with_subkeys.pom5
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/location/key_with_subkeys.locations.pom b/tests/location/key_with_subkeys.locations.pom
new file mode 100644
index 0000000..1181d3d
--- /dev/null
+++ b/tests/location/key_with_subkeys.locations.pom
@@ -0,0 +1,5 @@
+a = 1
+a.b = 3
+a.c = 4
+a.c.d = 5
+a.c.d.e = 5
diff --git a/tests/location/key_with_subkeys.pom b/tests/location/key_with_subkeys.pom
new file mode 100644
index 0000000..3fb0ee9
--- /dev/null
+++ b/tests/location/key_with_subkeys.pom
@@ -0,0 +1,5 @@
+a = x
+[a]
+b = x
+c = x
+c.d.e = x