printer: Add another failing input to TestFormatParsable.
This commit is contained in:
parent
f40e974e75
commit
89240c3707
@ -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 {
|
||||
|
@ -1,6 +1,7 @@
|
||||
obj {
|
||||
foo = [<<EOF
|
||||
TEXT!
|
||||
!!EOF
|
||||
EOF
|
||||
]
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
obj {
|
||||
foo = [<<EOF
|
||||
TEXT!
|
||||
!!EOF
|
||||
EOF
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user