Skip to content

Commit 76b3694

Browse files
author
matheo
committed
updated tests template
1 parent dddd2fa commit 76b3694

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<t:table caption='data table' :headers='["key", "value"]' :data='[[1, 2], [3, 4]]'>
2-
<t:block name="th">custom th ({{ parent() }})</t:block>
3-
<t:block name="td">custom td ({{ parent() }})</t:block>
1+
<twig:table caption='data table' :headers='["key", "value"]' :data='[[1, 2], [3, 4]]'>
2+
<twig:block name="th">custom th ({{ parent() }})</twig:block>
3+
<twig:block name="td">custom td ({{ parent() }})</twig:block>
44

5-
<t:block name="footer">
5+
<twig:block name="footer">
66
My footer
7-
</t:block>
8-
</t:table>
7+
</twig:block>
8+
</twig:table>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<t:component_a propA propB="hello">
2-
</t:component_a>
1+
<twig:component_a propA propB="hello">
2+
</twig:component_a>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<t:component_a propA propB='hello'/>
1+
<twig:component_a propA propB='hello'/>

0 commit comments

Comments
 (0)