-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update html attribute order (#235)
With bleach 5.0.0, attribute order has changed to be preserved from the origin, rather than alphabetized for consistency. These tests failed due to the output change. Closes: #234 Signed-off-by: Mike Fiedler <[email protected]>
- Loading branch information
1 parent
e38dc06
commit 88b057a
Showing
3 changed files
with
5 additions
and
5 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<p><img alt="Image of Yaktocat" src="https://octodex.github.com/images/yaktocat.png"></p> | ||
<p><img src="https://octodex.github.com/images/yaktocat.png" alt="Image of Yaktocat"></p> | ||
<p align="center"> | ||
<img alt="Image of Yaktocat" height="100px" src="https://octodex.github.com/images/yaktocat.png" width="20%"> | ||
<img src="https://octodex.github.com/images/yaktocat.png" width="20%" height="100px" alt="Image of Yaktocat"> | ||
</p> |