dwww Home | Show directory contents | Find package

test_that(". escaped around surround by anchors", {
  expect_equal(escape_path("."), "^\\.$")
})

test_that("strip trailing /", {
  expect_equal(escape_path("./"), "^\\.$")
})

Generated by dwww version 1.15 on Tue Jul 2 08:48:57 CEST 2024.