git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix json extract for strings carrying commas. Bug 3006
[exim.git]
/
test
/
stdout
/
0002
diff --git
a/test/stdout/0002
b/test/stdout/0002
index 1da46e7a09292f45d393aaa1facde2d95fcb8429..5b9de8e5eb4b2bafcb23743f02ddf7eb9cca816f 100644
(file)
--- 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
>