forked from gjtorikian/html-proofer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test for UTF-8 encoded internal links
There wasn't a specific test for this, and it fails on some setups. The link in the fixture is a direct copy-paste from one that fails on my project. But the test passes on this test suite... So there is something else going on. Relates to gjtorikian#757
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<html> | ||
<body> | ||
<p>Blah blah blah. <a href="#eigentümerschaft">Hash mit ein umlaut</a></p> | ||
|
||
<h2 id="eigentümerschaft">Hier gib's</h2> | ||
</body> | ||
</html> | ||
|