printer: Add another failing input to TestFormatParsable.

This commit is contained in:
Florian Forster 2018-03-27 14:24:21 +02:00
parent 061bf373e4
commit ddff2bcdd7

View File

@ -153,6 +153,7 @@ func TestFormatValidOutput(t *testing.T) {
cases := []string{
"#\x00",
"#\ue123t",
"x=//\n0y=<<_\n_\n",
"Y=<<4\n4/\n\n\n/4/@=4/\n\n\n/4000000004\r\r\n00004\n",
"x=<<_\n_\r\r\n_\n",
}