We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5079d commit ff6869aCopy full SHA for ff6869a
tests/testthat/test_parsing.R
@@ -78,7 +78,7 @@ test_that("IPv6 URLs can be handled", {
78
expect_true(url$port[1] == "8333")
79
})
80
81
-test_that("URLs with missing paths and parameters, but with fragments, work"{
+test_that("URLs with missing paths and parameters, but with fragments, work", {
82
url <- urltools::url_parse("http://some.website.com#frag")
83
expect_true(url$fragment[1] == "frag")
84
0 commit comments