Pārlūkot izejas kodu

Remove empty test

tags/v0.2.0
Garrick Aden-Buie pirms 8 gadiem
vecāks
revīzija
836bb8dea1
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. +0
    -1
      tests/testthat/test-wrap_regex.R

+ 0
- 1
tests/testthat/test-wrap_regex.R Parādīt failu

@@ -13,5 +13,4 @@ test_that("wrap_regex doesn't wrap non-capture groups", {
expect_equal(wrap_regex("(?:a)(b)"), "(?:a)<span class=\"g01\">(b)</span>")
expect_equal(wrap_regex("((?:a(b))c)"),
"<span class=\"g01\">((?:a<span class=\"g02\">(b)</span>)c)</span>")
expect_equal()
})

Notiek ielāde…
Atcelt
Saglabāt