diff options
author | pommicket <pommicket@gmail.com> | 2025-09-08 22:03:14 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-08 22:03:14 -0400 |
commit | f63e631a8e110c7b0a54b8b55516ad3c2d75b626 (patch) | |
tree | 5e9199cfab18a330a31013ec2cdcef22f38dce17 /tests/parsing/value_and_subkeys.flat.pom | |
parent | a43c3e078f5b49be7e662b650f61d23aaf6aae9a (diff) |
Add more tests
Diffstat (limited to 'tests/parsing/value_and_subkeys.flat.pom')
-rw-r--r-- | tests/parsing/value_and_subkeys.flat.pom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/parsing/value_and_subkeys.flat.pom b/tests/parsing/value_and_subkeys.flat.pom new file mode 100644 index 0000000..efce989 --- /dev/null +++ b/tests/parsing/value_and_subkeys.flat.pom @@ -0,0 +1,4 @@ +one = "1" +one.one = "1!!" +one.two = "2" +one.two.three = "3" |