diff options
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 7 | ||||
-rw-r--r-- | test/stdout/2750 | 3 |
2 files changed, 10 insertions, 0 deletions
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 +> <Doe, John> +> expect <Doe, John> +> # string value with embedded doublequote +> <word1 \" word2> +> expect <word1 \" word2> +> > 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 +> |