Skip to content

Commit

Permalink
Fix fat fingered edit of test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed Jan 16, 2021
1 parent 32ed5f8 commit bb0c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htmltest/check-meta_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ func TestMetaRefreshContentInvalid(t *testing.T) {
func TestIssue92(t *testing.T) {
hT := tTestFile("fixtures/meta/issues/92.html")
tExpectIssueCount(t, hT, 2)
tExpectIssue(t, hT, "url in meta refresh must not start with single or double quote", 3)
tExpectIssue(t, hT, "url in meta refresh must not start with single or double quote", 2)
}

0 comments on commit bb0c766

Please sign in to comment.