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/stdout/0002 | 7 +++++++ test/stdout/2750 | 3 +++ 2 files changed, 10 insertions(+) (limited to 'test/stdout') diff --git a/test/stdout/0002 b/test/stdout/0002 index 1da46e7a0..5b9de8e5e 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -945,6 +945,13 @@ xyz > <> > expect: <> > +> # string value with embedded comma +> +> expect +> # string value with embedded doublequote +> +> expect +> > yes > yes > diff --git a/test/stdout/2750 b/test/stdout/2750 index d70041a16..11b85cdcf 100644 --- a/test/stdout/2750 +++ b/test/stdout/2750 @@ -16,3 +16,6 @@ > aggregate output vs. json extract > [".outlook.com", "outlook.com"] > +> string with embedded comma +> Doe, John +> -- cgit v1.2.3