Skip to content

Commit

Permalink
tests(fixtures): remove generated
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaux0 committed Dec 25, 2022
1 parent 0caff85 commit 41d60e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<div id.bind="barBaz"></div>
<div repeat.for="fooElement of foo"></div>
<span id.bind="qux.attr">${qux.interpol}</span>
<require from=''></require>
<hello-world
useFoo.bind="useFoo" qux.bind="qux" arr.bind="arr">
</hello-world>
<p class="${useFoo(qux)}">${arr[qux] | hello}</p>
${foo.qux}
<a href="foo"></a>

0 comments on commit 41d60e1

Please sign in to comment.