Skip to content

Commit c6c3eab

Browse files
committed
make formattable
1 parent 0e7b6d1 commit c6c3eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test_escaping.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ has_tibble <- requireNamespace('tibble', quietly = TRUE)
44

55

66
test_that('unprintables get escaped', {
7-
expect_identical(repr_html('\1'), "'\\001'")
7+
expect_identical(repr_html('\001'), "'\\001'")
88
})
99

1010
test_that('simple LaTeX escaping works', {

0 commit comments

Comments
 (0)