summaryrefslogtreecommitdiff
path: root/test/aux-fixed
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-07-08 17:59:20 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-07-08 17:59:20 +0100
commitaae2bf28db36ab9133829dc33ea6ef886e8373c2 (patch)
tree1e1b669d5d6381ddd9b5e21e7142847f66fffcc8 /test/aux-fixed
parent00392be0e7cfb5c6c6ce173ff31d81ab2a2e8779 (diff)
Fix json extract for strings carrying commas. Bug 3006
Diffstat (limited to 'test/aux-fixed')
-rw-r--r--test/aux-fixed/policy.json5
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
+}