You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "error with JSON special characters (quotes and backslashes)",
57
+
whenError: errors.New(`error with "quotes" and \backslash`),
58
+
expect: `{"time":"2020-04-28T01:26:40Z","id":"","remote_ip":"192.0.2.1","host":"example.com","method":"GET","uri":"/","user_agent":"","status":500,"error":"error with \"quotes\" and \\backslash","latency":1,"latency_human":"1µs","bytes_in":0,"bytes_out":36}`+"\n",
59
+
},
60
+
{
61
+
name: "error with control characters (newlines and tabs)",
0 commit comments