Skip to content

Commit

Permalink
printer: Add another failing input to TestFormatParsable.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Apr 3, 2018
1 parent 061bf37 commit ddff2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hcl/printer/printer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func TestFormatValidOutput(t *testing.T) {
cases := []string{
"#\x00",
"#\ue123t",
"x=https://\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",
}
Expand Down

0 comments on commit ddff2bc

Please sign in to comment.