diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-08 17:59:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-08 17:59:20 +0100 |
commit | aae2bf28db36ab9133829dc33ea6ef886e8373c2 (patch) | |
tree | 1e1b669d5d6381ddd9b5e21e7142847f66fffcc8 /test/aux-fixed | |
parent | 00392be0e7cfb5c6c6ce173ff31d81ab2a2e8779 (diff) |
Fix json extract for strings carrying commas. Bug 3006
Diffstat (limited to 'test/aux-fixed')
-rw-r--r-- | test/aux-fixed/policy.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/aux-fixed/policy.json b/test/aux-fixed/policy.json index 8f31ec902..f7802c1ad 100644 --- a/test/aux-fixed/policy.json +++ b/test/aux-fixed/policy.json @@ -28,7 +28,8 @@ "mxs": [ ".yahoodns.net" ] - } + }, + "key_for_string_with_comma": "Doe, John" }, "policies": { "aol.com": { @@ -2005,4 +2006,4 @@ ] } } -}
\ No newline at end of file +} |