hcl/test-fixtures/escape.hcl

7 lines
155 B
HCL
Raw Normal View History

2014-11-13 05:12:45 +00:00
foo = "bar\"baz\\n"
bar = "new\nline"
qux = "back\\slash"
qax = "slash\\:colon"
nested = "${HH\\:mm\\:ss}"
nestedquotes = "${"\"stringwrappedinquotes\""}"