* spec/loose/default switch for template literal transform, update/re-org tests * update readme * flip if statements * consolidate else/if * readme wording modification, updates to examples
4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
var o = `wow
|
|
this is
|
|
actually multiline!`;
|