6 title: `typeof process.title`;
7 ternary: `(1 + 1 == 2 ? true : false)`;
8 multiline: `(function(){var x = 1 + 1;
13 var: `parseInt(this.foo.toJS())`;
14 escaped: ~`2 + 5 + 'px'`;
22 width: ~`"hello" + " " + @{world}`;
27 ary: `@{ary}.join(', ')`;
28 ary1: `@{ary2}.join(', ')`;