jrsonnet
refs/commits
8bc6498a805d
crates/jrsonnet-formatter/src/tests/string_styles.jsonnet
1{2 double_quote: 'hello world',3 single_quote: 'hello world',4 escaped: 'line1\nline2',5 multiline: |||6 This is a7 multiline string8 |||,9}