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{
|
cases := []string{
|
||||||
"#\x00",
|
"#\x00",
|
||||||
"#\ue123t",
|
"#\ue123t",
|
||||||
|
"Y=<<4\n4/\n\n\n/4/@=4/\n\n\n/4000000004\r\r\n00004\n",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, c := range cases {
|
for _, c := range cases {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
obj {
|
obj {
|
||||||
foo = [<<EOF
|
foo = [<<EOF
|
||||||
TEXT!
|
TEXT!
|
||||||
|
!!EOF
|
||||||
EOF
|
EOF
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
obj {
|
obj {
|
||||||
foo = [<<EOF
|
foo = [<<EOF
|
||||||
TEXT!
|
TEXT!
|
||||||
|
!!EOF
|
||||||
EOF
|
EOF
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user