mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Add a failing \n~\n~. case!
This commit is contained in:
@@ -42,6 +42,7 @@ func TestEscapingReader_Static(t *testing.T) {
|
||||
{"\n~.", "\n", "."},
|
||||
{"~", "~", ""},
|
||||
{"\r~.", "\r", "."},
|
||||
{"b\n~\n~.q", "b\n~\nq", "."},
|
||||
}
|
||||
|
||||
for _, c := range cases {
|
||||
|
||||
Reference in New Issue
Block a user