1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/scope-trailing-semicolon.rt
2017-06-29 10:47:10 +03:00

7 lines
117 B
Plaintext

<div>
<div rt-scope="15 as a; 20 as b;">
{a + b}
</div>
<div rt-if="typeof a === 'undefined'">good</div>
</div>