There was an error while loading. Please reload this page.
1 parent 0e7b6d1 commit c6c3eabCopy full SHA for c6c3eab
1 file changed
tests/testthat/test_escaping.r
@@ -4,7 +4,7 @@ has_tibble <- requireNamespace('tibble', quietly = TRUE)
4
5
6
test_that('unprintables get escaped', {
7
- expect_identical(repr_html('\1'), "'\\001'")
+ expect_identical(repr_html('\001'), "'\\001'")
8
})
9
10
test_that('simple LaTeX escaping works', {
0 commit comments