Fix json extract for strings carrying commas. Bug 3006
[exim.git] / test / scripts / 2750-json / 2750
index f01414b4ce744ec202e74ab9c4926d3e2dac030e..47f5e13cfd90ec5fd4305e84996475cdfe40f041 100644 (file)
@@ -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}}
 ****