diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-08 17:59:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-08 17:59:20 +0100 |
commit | aae2bf28db36ab9133829dc33ea6ef886e8373c2 (patch) | |
tree | 1e1b669d5d6381ddd9b5e21e7142847f66fffcc8 /test/stdout/0002 | |
parent | 00392be0e7cfb5c6c6ce173ff31d81ab2a2e8779 (diff) |
Fix json extract for strings carrying commas. Bug 3006
Diffstat (limited to 'test/stdout/0002')
-rw-r--r-- | test/stdout/0002 | 7 |
1 files changed, 7 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 > |