Fix json extract for strings carrying commas. Bug 3006
[exim.git] / test / aux-fixed / policy.json
index 8f31ec9022586f4c12f2ecbf9ca90fb40ae9cb48..f7802c1ad6372e8a25bafea003c1333c459eb8d4 100644 (file)
@@ -28,7 +28,8 @@
       "mxs": [
         ".yahoodns.net"
       ]
-    }
+    },
+    "key_for_string_with_comma": "Doe, John"
   },
   "policies": {
     "aol.com": {
       ]
     }
   }
-}
\ No newline at end of file
+}