We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151f85a commit d58fa88Copy full SHA for d58fa88
tests/testthat/_snaps/c-api.md
@@ -6,15 +6,15 @@
6
<error/rlang_error>
7
Error in `lof_arr_push_back()`:
8
! Location 0 does not exist.
9
- i In file rlang/dyn-list-of.c at line 167.
+ i In file 'rlang/dyn-list-of.c' at line 167.
10
i This is an internal error, please report it to the package authors.
11
Code
12
err(lof_arr_push_back(lof, 10, 42L), "Location 10 does not exist")
13
Output
14
15
16
! Location 10 does not exist.
17
18
19
20
# re-encoding fails purposefully with any bytes
0 commit comments