summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/hcl/hcl/printer/testdata/comment_multiline_indent.golden
blob: 74c4ccd896ec054838390a8a09c1c43f77c99f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
resource "provider" "resource" {
  /*
  SPACE_SENSITIVE_CODE = <<EOF
yaml code:
   foo: ""
   bar: ""
EOF
  */
  /*
       OTHER
                */
}