{{ a | b : c }}
{{ a | pipe }}
{{ 0 - 1 }}
{{ - 1 }}
{{ a ? 1 : 2 }}
{{ a ( 1 ) ( 2 ) }}
{{ a [ b ] }}
{{ [ 1 ] }}
{{ { 'a' : 1 } }}
{{ { a : 1 } }}
{{ true }}
{{ undefined }}
{{ null }}
{{ ( 1 ) }}
{{ 1 }}
{{ 'hello' }}
{{ a ( 1 , 2 ) }}
{{ a . b ( 1 , 2 ) }}
{{ x ! }}
{{ ! x }}
{{ ( ( a ) ) }}
{{ a }}
{{ a // hello }}
{{ a . b }}
{{ a ?. b ( ) }}
{{ a ?. b }}
{{ a // hello }}
{{copyTypes[options.copyType]}}
{{listRow.NextScheduledSendStatus == 1 || listRow.NextScheduledSendStatus == 2 || listRow.NextScheduledSendStatus == 3}} {{a}}{{b}} {{ aNormalValue | aPipe }}: {{ aReallyReallySuperLongValue | andASuperLongPipeJustToBreakThis }}

{{ 'delete' | translate: {what: ('entities' | translate: {count: array.length})} }}

{{ {a:1+{} } }}

{{ {a:a==={} } }}

{{ {a:!{} } }}

{{ {a:a?b:{} } }}