printer: Add another failing input to TestFormatParsable.

This commit is contained in:
Florian Forster 2018-04-03 12:12:51 +02:00
parent f40e974e75
commit 89240c3707
3 changed files with 3 additions and 0 deletions

View File

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

View File

@ -1,6 +1,7 @@
obj {
foo = [<<EOF
TEXT!
!!EOF
EOF
]
}

View File

@ -1,6 +1,7 @@
obj {
foo = [<<EOF
TEXT!
!!EOF
EOF
]
}