Sfoglia il codice sorgente

Remove empty test

tags/v0.2.0
Garrick Aden-Buie 8 anni fa
parent
commit
836bb8dea1
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      tests/testthat/test-wrap_regex.R

+ 0
- 1
tests/testthat/test-wrap_regex.R Vedi File

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

Loading…
Annulla
Salva