Skip to content

Commit

Permalink
Add reference to r-lib/rlang#1160
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 15, 2021
1 parent ca90b01 commit 29cbaee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/labelled-pillar.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
---

Code
# For some reason expect_snapshot() only records one backslash here. The output is correct.
# https://github.com/r-lib/rlang/issues/1160
x <- labelled(c("backslash"), c(`a\b` = "backslash"))
tibble::tibble(x)
Output
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-labelled-pillar.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("pillar", {
})

expect_snapshot({
"For some reason expect_snapshot() only records one backslash here. The output is correct."
"https://github.com/r-lib/rlang/issues/1160"
x <- labelled(
c("backslash"),
c("a\\b" = "backslash")
Expand Down

0 comments on commit 29cbaee

Please sign in to comment.