Merge pull request #603 from sveltejs/gh-602

fix handling of empty hrefs during export
This commit is contained in:
Rich Harris
2019-04-27 12:18:45 -04:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,9 @@
<h1>Great success!</h1>
<a href="blog">blog</a>
<a href="">empty anchor</a>
<a href="">empty anchor</a>
<a href=''>empty anchor #2</a>
<a href=>empty anchor #3</a>
<a href= >empty anchor #4</a>
<a href>empty anchor #5</a>
<a>empty anchor #6</a>