marko/test/test-project/rxml-templates/string-concat-with-ternary-operator.rxml

4 lines
112 B
Plaintext

<c-template c-whitespace="preserve">
A: $!{true ? 'ABC' : ''}
B: This should be outputted as well.
</c-template>