1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

test fix for #63

This commit is contained in:
ido 2015-09-03 11:01:01 +03:00
parent 205546eb3c
commit e9376d990b
2 changed files with 6 additions and 0 deletions

3
test/data/scope-obj.rt Normal file
View File

@ -0,0 +1,3 @@
<div rt-scope="{first: 'Jack', last: 'Sparrow'} as user">
{user.first}
</div>

View File

@ -0,0 +1,3 @@
<div>
Jack
</div>