Skip to content

Commit

Permalink
adding test for hyperlink case
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Liljegren committed Jun 13, 2020
1 parent 15d386d commit bca7f3b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<a
href="www.google.com"
{{action "foo"}}
>
this is a link
</a>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mode": "yolo"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<a
href="www.google.com"
{{on "click" this.foo}}
>
this is a link
</a>

0 comments on commit bca7f3b

Please sign in to comment.