summaryrefslogtreecommitdiff
path: root/test/scripts/2750-json
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/scripts/2750-json
parent00392be0e7cfb5c6c6ce173ff31d81ab2a2e8779 (diff)
Fix json extract for strings carrying commas. Bug 3006
Diffstat (limited to 'test/scripts/2750-json')
-rw-r--r--test/scripts/2750-json/27503
1 files changed, 3 insertions, 0 deletions
diff --git a/test/scripts/2750-json/2750 b/test/scripts/2750-json/2750
index f01414b4c..47f5e13cf 100644
--- a/test/scripts/2750-json/2750
+++ b/test/scripts/2750-json/2750
@@ -19,4 +19,7 @@ ${lookup {policy-aliases : outlook : mxs : 1} json {DIR/aux-fixed/policy.json}}
aggregate output vs. json extract
${extract json {mxs} \
{${lookup {policy-aliases:outlook} json {DIR/aux-fixed/policy.json}}}}
+
+string with embedded comma
+${lookup {policy-aliases:key_for_string_with_comma} json {DIR/aux-fixed/policy.json}}
****