Przeglądaj źródła

Remove empty test

tags/v0.2.0
Garrick Aden-Buie 8 lat temu
rodzic
commit
836bb8dea1
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      tests/testthat/test-wrap_regex.R

+ 0
- 1
tests/testthat/test-wrap_regex.R Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz