Explorar el Código

Remove empty test

tags/v0.2.0
Garrick Aden-Buie hace 8 años
padre
commit
836bb8dea1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      tests/testthat/test-wrap_regex.R

+ 0
- 1
tests/testthat/test-wrap_regex.R Ver fichero

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

Cargando…
Cancelar
Guardar