Procházet zdrojové kódy

Remove empty test

tags/v0.2.0
Garrick Aden-Buie před 8 roky
rodič
revize
836bb8dea1
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. +0
    -1
      tests/testthat/test-wrap_regex.R

+ 0
- 1
tests/testthat/test-wrap_regex.R Zobrazit soubor

@@ -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()
})

Načítá se…
Zrušit
Uložit