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 f40e974 commit 89240c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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",
"Y=<<4\n4/\n\n\n/4/@=4/\n\n\n/4000000004\r\r\n00004\n",
}

for _, c := range cases {
Expand Down
1 change: 1 addition & 0 deletions hcl/printer/testdata/object_with_heredoc.golden
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
obj {
foo = [<<EOF
TEXT!
!!EOF
EOF
]
}
1 change: 1 addition & 0 deletions hcl/printer/testdata/object_with_heredoc.input
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
obj {
foo = [<<EOF
TEXT!
!!EOF
EOF
]
}

0 comments on commit 89240c3

Please sign in to comment.