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

  /*
       OTHER
                */
}