From aae2bf28db36ab9133829dc33ea6ef886e8373c2 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 8 Jul 2023 17:59:20 +0100 Subject: Fix json extract for strings carrying commas. Bug 3006 --- test/aux-fixed/policy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/aux-fixed') 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 +} -- cgit v1.2.3