Skip to content

Commit

Permalink
Added failing test for issue sveltejs#110, Error when parsing dynamic…
Browse files Browse the repository at this point in the history
… attributes expressions
  • Loading branch information
jesseskinner committed Aug 18, 2020
1 parent 00ecbbd commit 6903ba6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div {foo} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"svelteAllowShorthand": false
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div foo="{foo}" />

0 comments on commit 6903ba6

Please sign in to comment.