Skip to content

Commit 3805acc

Browse files
committed
attempt fail
1 parent 70774e6 commit 3805acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper-validate_html.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ simplify_html_validation <- function(results) {
1919
)
2020
expected_errors <- c(
2121
"Attribute “number” not allowed on element “div” at this point.",
22-
"CSS: “border-top”: “solid\\9” is not a “color” value.",
22+
#"CSS: “border-top”: “solid\\9” is not a “color” value.",
2323
"CSS: “border-bottom”: “solid\\9” is not a “color” value."
2424

2525
)

0 commit comments

Comments
 (0)