Skip to content

Commit

Permalink
remove downlit: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jul 4, 2024
1 parent 3a59957 commit f2b7b6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/docsify/render_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"hello_base_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down Expand Up @@ -359,7 +359,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"examplesIf_true_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down Expand Up @@ -405,7 +405,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"examplesIf_false_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/docute/render_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"hello_base_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down Expand Up @@ -350,7 +350,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"examplesIf_true_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down Expand Up @@ -396,7 +396,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"examplesIf_false_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/mkdocs/render_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[16] "<table>"
[17] "<tr>"
[18] "<td style=\"white-space: nowrap; font-family: monospace; vertical-align: top\">"
[19] "<code id=\"hello_base_:_x\">x</code>"
[19] "<code id=\"x\">x</code>"
[20] "</td>"
[21] "<td>"
[22] "A parameter"
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-render_docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ test_that("quarto: autolink", {
install.packages(".", repos = NULL, type = "source")
fs::file_move("README.Rmd", "README.qmd") # special thing quarto
setup_docs("quarto_website")
expect_no_error(render_docs(verbose = .on_ci(), autolink = TRUE))
expect_no_error(render_docs(verbose = .on_ci()))

tmp <- .readlines("docs/vignettes/test.html")
expect_true(any(grepl("https://rdrr.io/r/base/library.html", tmp, fixed = TRUE)))
Expand Down

0 comments on commit f2b7b6f

Please sign in to comment.