git.delta.rocks / jrsonnet / refs/commits / 8bc6498a805d

difftreelog

source

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