route/vendor/github.com/hashicorp/hcl/test-fixtures/escape.hcl

7 lines
155 B
HCL

foo = "bar\"baz\\n"
bar = "new\nline"
qux = "back\\slash"
qax = "slash\\:colon"
nested = "${HH\\:mm\\:ss}"
nestedquotes = "${"\"stringwrappedinquotes\""}"