diff options
author | pommicket <pommicket@gmail.com> | 2025-09-13 23:09:05 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-13 23:09:05 -0400 |
commit | e4f62b4ea93b2e1a5fe18366d99d5fa2220eea34 (patch) | |
tree | 08753822add2cc221b8d3c96bd2242e95f2abfc5 /examples | |
parent | ca21dcb53e41919fc255ad736986aa6ff1d5bd85 (diff) |
Parse quoted values
Diffstat (limited to 'examples')
-rw-r--r-- | examples/conf.pom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/conf.pom b/examples/conf.pom index cc8404f..ba10cca 100644 --- a/examples/conf.pom +++ b/examples/conf.pom @@ -11,6 +11,7 @@ Hello = 5 [number] one = 1 two = 2 - three = 3 + three = "é + yippee" [] thing=yup |