Skip to content

Commit

Permalink
test(html): check if #156 is still present
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-potter committed Jan 3, 2025
1 parent 32bf9f4 commit e3f4cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions harper-html/tests/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ macro_rules! create_test {
}

create_test!(run_on.html, 0);
create_test!(issue_156.html, 0);
4 changes: 4 additions & 0 deletions harper-html/tests/test_sources/issue_156.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p>
foo
<b>bar</b>
</p>

0 comments on commit e3f4cc9

Please sign in to comment.