Add a failing \n~\n~. case!

This commit is contained in:
Mahmood Ali
2020-08-31 20:28:06 -04:00
parent ccdfd6170c
commit 3fb14affb6

View File

@@ -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 {