diff options
Diffstat (limited to 'tests/location/key_with_subkeys.locations.pom')
-rw-r--r-- | tests/location/key_with_subkeys.locations.pom | 5 |
1 files changed, 5 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 |