Remote Covrpage

When browsing GitHub for packages to install many times you want to kick the tires of the repository without wanting to commit to it.

Covrpage has your back.

library(covrpage)

Test Plans

List of all the expectations defined in the tests/testthat directory.

testmap <- map_testthat_snapshot('r-lib/rlang')

First five tests

knitr::kable(head(testmap,5))
file context test expectation line1 line2
test-arg.R test_that: matches arg gives an error with more than one arg expect_snapshot 11 16
test-arg.R test_that: matches arg gives an error with more than one arg expect_error 14 14
test-arg.R test_that: matches arg gives error with different than rearranged arg vs value expect_snapshot_error 22 24
test-arg.R test_that: matches arg gives error with different than rearranged arg vs value expect_snapshot_error 25 27
test-arg.R test_that: matches arg gives no error with rearranged arg vs value expect_identical 30 39
Click to see the rest of the tests
knitr::kable(tail(testmap,-5))
file context test expectation line1 line2
6 test-arg.R test_that: matches arg gives no error with rearranged arg vs value expect_identical 37 37
7 test-arg.R test_that: matches arg uses first value when called with all values expect_identical 43 43
8 test-arg.R test_that: matches arg informative error message on partial match expect_error 46 51
9 test-arg.R test_that: matches arg arg_match() has informative error messages expect_snapshot 58 65
10 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 59 59
11 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 60 60
12 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 61 61
13 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 62 62
14 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 63 63
15 test-arg.R test_that: matches arg arg_match() has informative error messages expect_error 64 64
16 test-arg.R test_that: matches arg arg_match() provides no suggestion when the edit distance is too large expect_snapshot 68 73
17 test-arg.R test_that: matches arg arg_match() provides no suggestion when the edit distance is too large expect_error 70 70
18 test-arg.R test_that: matches arg arg_match() provides no suggestion when the edit distance is too large expect_error 71 71
19 test-arg.R test_that: matches arg arg_match() finds a match even with small possible typos expect_equal 75 80
20 test-arg.R test_that: matches arg arg_match() makes case-insensitive match expect_snapshot 82 89
21 test-arg.R test_that: matches arg arg_match() makes case-insensitive match expect_error 84 84
22 test-arg.R test_that: matches arg arg_match() makes case-insensitive match expect_error 87 87
23 test-arg.R test_that: matches arg gets choices from function expect_error 95 95
24 test-arg.R test_that: matches arg gets choices from function expect_identical 96 96
25 test-arg.R test_that: matches arg gets choices from function expect_identical 97 97
26 test-arg.R test_that: matches arg is_missing() works with symbols expect_true 102 102
27 test-arg.R test_that: matches arg is_missing() works with non-symbols expect_true 105 111
28 test-arg.R test_that: matches arg is_missing() works with non-symbols expect_true 109 109
29 test-arg.R test_that: matches arg is_missing() works with non-symbols expect_error 110 110
30 test-arg.R test_that: matches arg maybe_missing() forwards missing value expect_true 115 115
31 test-arg.R test_that: matches arg maybe_missing() forwards missing value expect_false 116 116
32 test-arg.R test_that: matches arg is_missing() works with default arguments expect_false 119 146
33 test-arg.R test_that: matches arg is_missing() works with default arguments expect_false 121 121
34 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 132 132
35 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 133 133
36 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 134 134
37 test-arg.R test_that: matches arg is_missing() works with default arguments expect_false 136 136
38 test-arg.R test_that: matches arg is_missing() works with default arguments expect_false 137 137
39 test-arg.R test_that: matches arg is_missing() works with default arguments expect_false 138 138
40 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 140 140
41 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 141 141
42 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 142 142
43 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 143 143
44 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 144 144
45 test-arg.R test_that: matches arg is_missing() works with default arguments expect_true 145 145
46 test-arg.R test_that: matches arg is_missing() detects defaults that evaluate to the missing arg expect_true 151 151
47 test-arg.R test_that: matches arg is_missing() works with dots expect_true 154 157
48 test-arg.R test_that: matches arg is_missing() works with dots expect_false 156 156
49 test-arg.R test_that: matches arg is_missing() works with enclosed arguments (currently doesn’t) expect_false 161 161
50 test-arg.R test_that: matches arg is_missing() works with enclosed arguments (currently doesn’t) expect_error 166 166
51 test-arg.R test_that: matches arg is_missing() works with enclosed arguments (currently doesn’t) expect_false 172 172
52 test-arg.R test_that: matches arg is_missing() works with enclosed arguments (currently doesn’t) expect_error 175 175
53 test-arg.R test_that: matches arg is_missing() in child envs expect_error 182 182
54 test-arg.R test_that: matches arg is_missing() in child envs expect_false 186 186
55 test-arg.R test_that: matches arg is_missing() is transitive expect_false 193 193
56 test-arg.R test_that: matches arg is_missing() is transitive expect_true 194 194
57 test-arg.R test_that: matches arg is_missing() is transitive expect_true 197 197
58 test-arg.R test_that: matches arg is_missing() is transitive expect_true 198 198
59 test-arg.R test_that: matches arg is_missing() is transitive expect_true 201 201
60 test-arg.R test_that: matches arg is_missing() is transitive expect_true 202 202
61 test-arg.R test_that: matches arg is_missing() works in unframed envs expect_false 205 212
62 test-arg.R test_that: matches arg is_missing() works in unframed envs expect_true 207 207
63 test-arg.R test_that: matches arg is_missing() works in unframed envs expect_error 210 210
64 test-arg.R test_that: matches arg check_required() checks argument is supplied (#1118) expect_error 218 218
65 test-arg.R test_that: matches arg check_required() checks argument is supplied (#1118) expect_error 219 219
66 test-arg.R test_that: matches arg check_required() checks argument is supplied (#1118) expect_snapshot 221 224
67 test-arg.R test_that: matches arg check_required() checks argument is supplied (#1118) expect_error 222 222
68 test-arg.R test_that: matches arg check_required() checks argument is supplied (#1118) expect_error 223 223
69 test-arg.R test_that: matches arg arg_match() supports symbols and scalar strings expect_equal 227 240
70 test-arg.R test_that: matches arg arg_match() supports symbols and scalar strings expect_equal 232 235
71 test-arg.R test_that: matches arg arg_match() supports symbols and scalar strings expect_snapshot 237 239
72 test-arg.R test_that: matches arg arg_match() supports symbols and scalar strings expect_error 238 238
73 test-arg.R test_that: matches arg arg_match() requires an argument symbol expect_snapshot 244 244
74 test-arg.R test_that: matches arg arg_match() requires an argument symbol expect_error 244 244
75 test-arg.R test_that: matches arg can match multiple arguments expect_equal 252 252
76 test-arg.R test_that: matches arg can match multiple arguments expect_equal 253 253
77 test-arg.R test_that: matches arg can match multiple arguments expect_equal 254 254
78 test-arg.R test_that: matches arg can match multiple arguments expect_snapshot 256 259
79 test-arg.R test_that: matches arg can match multiple arguments expect_error 257 257
80 test-arg.R test_that: matches arg can match multiple arguments expect_error 258 258
81 test-arg.R test_that: matches arg arg_match0() defuses argument expect_snapshot 264 267
82 test-arg.R test_that: matches arg arg_match0() defuses argument expect_error 265 265
83 test-arg.R test_that: matches arg arg_match0() defuses argument expect_error 266 266
84 test-arg.R test_that: matches arg check_exclusive works expect_snapshot 276 280
85 test-arg.R test_that: matches arg check_exclusive works expect_error 277 277
86 test-arg.R test_that: matches arg check_exclusive works expect_error 278 278
87 test-arg.R test_that: matches arg check_exclusive works expect_error 279 279
88 test-arg.R test_that: matches arg check_exclusive works expect_snapshot 286 288
89 test-arg.R test_that: matches arg check_exclusive works expect_error 287 287
90 test-arg.R test_that: matches arg check_exclusive works expect_equal 289 289
91 test-arg.R test_that: matches arg check_exclusive works expect_equal 292 292
92 test-arg.R test_that: matches arg check_exclusive works expect_equal 293 293
93 test-arg.R test_that: matches arg check_exclusive works expect_snapshot 296 302
94 test-arg.R test_that: matches arg check_exclusive works expect_error 298 298
95 test-arg.R test_that: matches arg check_exclusive works expect_error 301 301
96 test-arg.R test_that: matches arg arg_match() mentions correct call if wrong type is supplied (#1388) expect_snapshot 309 312
97 test-arg.R test_that: matches arg arg_match() mentions correct call if wrong type is supplied (#1388) expect_error 310 310
98 test-arg.R test_that: matches arg arg_match() mentions correct call if wrong type is supplied (#1388) expect_error 311 311
99 test-arg.R test_that: matches arg arg_match() backtrace highlights call and arg expect_snapshot 321 323
100 test-arg.R test_that: matches arg arg_match() supports NA (#1519) expect_snapshot 329 333
101 test-arg.R test_that: matches arg arg_match() supports NA (#1519) expect_error 330 330
102 test-arg.R test_that: matches arg arg_match() supports NA (#1519) expect_error 331 331
103 test-arg.R test_that: matches arg arg_match() supports NA (#1519) expect_error 332 332
104 test-attr.R test_that: names2() takes care of missing values names2() fails for environments expect_error 6 8
105 test-attr.R test_that: names2() takes care of missing values names2<- doesn’t add missing values (#1301) expect_equal 13 13
106 test-attr.R test_that: names2() takes care of missing values inputs must be valid expect_snapshot 16 21
107 test-attr.R test_that: names2() takes care of missing values inputs must be valid expect_error 18 18
108 test-attr.R test_that: names2() takes care of missing values inputs must be valid expect_error 19 19
109 test-attr.R test_that: names2() takes care of missing values can supply vector or … expect_named 23 27
110 test-attr.R test_that: names2() takes care of missing values can supply vector or … expect_named 25 25
111 test-attr.R test_that: names2() takes care of missing values can supply vector or … expect_named 26 26
112 test-attr.R test_that: names2() takes care of missing values can supply function/formula to rename expect_named 31 31
113 test-attr.R test_that: names2() takes care of missing values can supply function/formula to rename expect_named 32 32
114 test-attr.R test_that: names2() takes care of missing values can supply function/formula to rename expect_named 33 33
115 test-attr.R test_that: names2() takes care of missing values set_names() zaps names expect_null 36 38
116 test-attr.R test_that: names2() takes care of missing values set_names() coerces to character expect_identical 40 43
117 test-attr.R test_that: names2() takes care of missing values set_names() coerces to character expect_identical 42 42
118 test-attr.R test_that: names2() takes care of missing values set_names() checks length generically expect_identical 51 51
119 test-attr.R test_that: names2() takes care of missing values set_names() checks length generically expect_error 52 52
120 test-attr.R test_that: names2() takes care of missing values has_name() works with pairlists expect_true 55 57
121 test-attr.R test_that: names2() takes care of missing values set_names() first names the vector before applying a function (#688) expect_identical 61 61
122 test-attr.R test_that: names2() takes care of missing values set_names() first names the vector before applying a function (#688) expect_identical 62 62
123 test-attr.R test_that: names2() takes care of missing values set_names2() fills in empty names expect_equal 67 67
124 test-attr.R test_that: names2() takes care of missing values zap_srcref() removes source references expect_null 72 72
125 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_null 87 87
126 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_null 90 90
127 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_null 93 93
128 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_length 96 96
129 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_equal 99 102
130 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_true 105 105
131 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_true 108 108
132 test-attr.R test_that: names2() takes care of missing values zap_srcref() handles nested functions (r-lib/testthat#1228) expect_length 111 111
133 test-attr.R test_that: names2() takes care of missing values zap_srcref() works with quosures expect_null 118 118
134 test-attr.R test_that: names2() takes care of missing values zap_srcref() works with quosures expect_null 121 121
135 test-attr.R test_that: names2() takes care of missing values zap_srcref() preserves attributes expect_equal 130 130
136 test-attr.R test_that: names2() takes care of missing values zap_srcref() preserves attributes expect_null 131 131
137 test-attr.R test_that: names2() takes care of missing values can zap_srcref() on functions with [[ methods expect_error 140 140
138 test-attr.R test_that: names2() takes care of missing values set_names() recycles names of size 1 expect_named 143 156
139 test-attr.R test_that: names2() takes care of missing values set_names() recycles names of size 1 expect_named 148 151
140 test-attr.R test_that: names2() takes care of missing values set_names() recycles names of size 1 expect_equal 152 155
141 test-attr.R test_that: names2() takes care of missing values is_named2() always returns TRUE for empty vectors (#191) expect_false 158 164
142 test-attr.R test_that: names2() takes care of missing values is_named2() always returns TRUE for empty vectors (#191) expect_false 160 160
143 test-attr.R test_that: names2() takes care of missing values is_named2() always returns TRUE for empty vectors (#191) expect_true 162 162
144 test-attr.R test_that: names2() takes care of missing values is_named2() always returns TRUE for empty vectors (#191) expect_false 163 163
145 test-attr.R test_that: names2() takes care of missing values zap_srcref() supports expression vectors expect_null 170 170
146 test-attr.R test_that: names2() takes care of missing values zap_srcref() supports expression vectors expect_null 171 171
147 test-attr.R test_that: names2() takes care of missing values zap_srcref() supports expression vectors expect_true 173 173
148 test-attr.R test_that: names2() takes care of missing values zap_srcref() supports expression vectors expect_true 174 174
149 test-attr.R test_that: names2() takes care of missing values zap_srcref() works on calls expect_null 186 186
150 test-attr.R test_that: names2() takes care of missing values zap_srcref() works on calls expect_true 187 187
151 test-attr.R test_that: names2() takes care of missing values is_dictionaryish return true if is NULL expect_true 190 193
152 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones can create empty and unspecified bytes() vector expect_equal 6 10
153 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones can create empty and unspecified bytes() vector expect_equal 8 8
154 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones can create empty and unspecified bytes() vector expect_equal 9 9
155 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones bytes() only accepts bare vectors expect_error 12 14
156 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones as_bytes() accepts numeric input unchanged expect_equal 16 19
157 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones as_bytes() accepts numeric input unchanged expect_equal 18 18
158 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones as_bytes() accepts bench_byte input unchanged expect_equal 23 23
159 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones parse_bytes() parses character input expect_equal 26 32
160 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones parse_bytes() parses character input expect_equal 28 28
161 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones parse_bytes() parses character input expect_equal 29 29
162 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones parse_bytes() parses character input expect_equal 30 30
163 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones parse_bytes() parses character input expect_equal 31 31
164 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes under 1024 as whole numbers expect_equal 34 38
165 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes under 1024 as whole numbers expect_equal 36 36
166 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes under 1024 as whole numbers expect_equal 37 37
167 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 40 49
168 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 42 42
169 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 43 43
170 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 44 44
171 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 45 45
172 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 46 46
173 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 47 47
174 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers expect_equal 48 48
175 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() handles NA and NaN expect_equal 51 54
176 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() handles NA and NaN expect_equal 53 53
177 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() works with vectors expect_snapshot 56 64
178 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones format.rlib_bytes() works with vectors expect_equal 60 63
179 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones sum.rlib_bytes() sums its input and returns a bench_byte expect_equal 66 70
180 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones sum.rlib_bytes() sums its input and returns a bench_byte expect_equal 68 68
181 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones sum.rlib_bytes() sums its input and returns a bench_byte expect_equal 69 69
182 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones min.rlib_bytes() finds minimum input and returns a bench_byte expect_equal 72 76
183 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones min.rlib_bytes() finds minimum input and returns a bench_byte expect_equal 74 74
184 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones min.rlib_bytes() finds minimum input and returns a bench_byte expect_equal 75 75
185 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones max.rlib_bytes() finds maximum input and returns a bench_byte expect_equal 78 82
186 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones max.rlib_bytes() finds maximum input and returns a bench_byte expect_equal 80 80
187 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones max.rlib_bytes() finds maximum input and returns a bench_byte expect_equal 81 81
188 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones [.rlib_bytes() retains the bytes2 class expect_equal 86 86
189 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones [.rlib_bytes() retains the bytes2 class expect_equal 87 87
190 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones [.rlib_bytes() retains the bytes2 class expect_equal 88 88
191 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for unary operators expect_error 93 93
192 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for unary operators expect_error 94 94
193 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for unary operators expect_error 95 95
194 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 100 100
195 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 101 101
196 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 102 102
197 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 103 103
198 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 104 104
199 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_equal 105 105
200 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with boolean comparison operators expect_true 106 106
201 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 111 111
202 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 112 112
203 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 113 113
204 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 114 114
205 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 115 115
206 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() works with arithmetic operators expect_equal 116 116
207 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for other binary operators expect_error 121 121
208 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for other binary operators expect_error 122 122
209 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for other binary operators expect_error 123 123
210 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones Ops.rlib_bytes() errors for other binary operators expect_error 124 124
211 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones print method disambiguates edge cases expect_snapshot 127 130
212 test-bytes.R test_that: bytes() coerces unspecified vectors but not logical ones print method disambiguates edge cases expect_snapshot 129 129
213 test-c-api.R chr_prepend() prepends chr_prepend() prepends expect_identical 11 11
214 test-c-api.R chr_prepend() prepends chr_append() appends expect_identical 16 16
215 test-c-api.R chr_prepend() prepends r_warn() signals expect_warning 19 24
216 test-c-api.R chr_prepend() prepends r_warn() signals expect_null 21 21
217 test-c-api.R chr_prepend() prepends r_on_exit() adds deferred expr expect_identical 33 33
218 test-c-api.R chr_prepend() prepends r_base_ns_get() fail if object does not exist expect_error 36 38
219 test-c-api.R chr_prepend() prepends r_peek_frame() returns current frame expect_identical 45 45
220 test-c-api.R chr_prepend() prepends r_sys_frame() returns current frame environment expect_identical 53 53
221 test-c-api.R chr_prepend() prepends r_sys_frame() returns current frame environment expect_identical 59 59
222 test-c-api.R chr_prepend() prepends r_sys_call() returns current frame call expect_identical 67 67
223 test-c-api.R chr_prepend() prepends r_sys_call() returns current frame call expect_identical 73 73
224 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 76 171
225 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 78 78
226 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 80 80
227 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 81 81
228 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 83 83
229 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 84 84
230 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 85 85
231 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 86 86
232 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 87 87
233 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 88 88
234 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 90 90
235 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 91 91
236 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 92 92
237 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 93 93
238 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 94 94
239 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 95 95
240 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 96 96
241 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 98 98
242 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 99 99
243 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 100 100
244 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 101 101
245 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 103 103
246 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 104 104
247 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 105 105
248 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 106 106
249 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 108 108
250 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 109 109
251 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 110 110
252 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 112 112
253 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 113 113
254 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 114 114
255 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 115 115
256 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 116 116
257 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 117 117
258 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 118 118
259 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 119 119
260 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 121 121
261 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 122 122
262 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 123 123
263 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 124 124
264 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 126 126
265 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 127 127
266 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 128 128
267 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 129 129
268 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 131 131
269 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 132 132
270 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 133 133
271 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 134 134
272 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 135 135
273 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 136 136
274 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 137 137
275 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical_ 138 138
276 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 140 140
277 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 141 141
278 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 142 142
279 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 144 144
280 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 145 145
281 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 146 146
282 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 148 148
283 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 149 149
284 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 150 150
285 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 151 151
286 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 152 152
287 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 153 153
288 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 154 154
289 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 155 155
290 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 156 156
291 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 157 157
292 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 158 158
293 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 159 159
294 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 160 160
295 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 161 161
296 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 163 163
297 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 164 164
298 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 165 165
299 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 167 167
300 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 168 168
301 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 169 169
302 test-c-api.R chr_prepend() prepends r_which_operator() returns correct tokens expect_identical 170 170
303 test-c-api.R chr_prepend() prepends can clone-until with NULL list expect_identical 238 240
304 test-c-api.R chr_prepend() prepends can clone-until with NULL sentinel expect_reference 247 247
305 test-c-api.R chr_prepend() prepends can clone-until with NULL sentinel expect_identical 250 250
306 test-c-api.R chr_prepend() prepends can clone-until with NULL sentinel expect_false 251 255
307 test-c-api.R chr_prepend() prepends returned sentinel and value are NULL if couldn’t be found expect_false 262 262
308 test-c-api.R chr_prepend() prepends returned sentinel and value are NULL if couldn’t be found expect_null 263 263
309 test-c-api.R chr_prepend() prepends returned sentinel and value are NULL if couldn’t be found expect_null 264 264
310 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_identical 297 297
311 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_false 298 298
312 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_null 299 299
313 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_identical 303 303
314 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_reference 305 305
315 test-c-api.R chr_prepend() prepends r_attrib_set() sets elements expect_reference 306 306
316 test-c-api.R chr_prepend() prepends r_attrib_set() zaps one element expect_reference 314 314
317 test-c-api.R chr_prepend() prepends r_attrib_set() zaps one element expect_null 315 315
318 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_identical 325 325
319 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_true 326 326
320 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_true 327 327
321 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_identical 333 333
322 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_false 334 334
323 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_true 335 335
324 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_identical 341 341
325 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_false 342 342
326 test-c-api.R chr_prepend() prepends r_attrib_set() zaps several elements expect_false 343 343
327 test-c-api.R chr_prepend() prepends can zap non-existing attributes expect_identical 349 349
328 test-c-api.R chr_prepend() prepends can zap non-existing attributes expect_false 350 350
329 test-c-api.R chr_prepend() prepends can zap non-existing attributes expect_identical 355 355
330 test-c-api.R chr_prepend() prepends can zap non-existing attributes expect_reference 356 356
331 test-c-api.R chr_prepend() prepends r_parse() expect_equal 359 363
332 test-c-api.R chr_prepend() prepends r_parse() expect_error 361 361
333 test-c-api.R chr_prepend() prepends r_parse() expect_error 362 362
334 test-c-api.R chr_prepend() prepends r_parse_eval() expect_identical 367 367
335 test-c-api.R chr_prepend() prepends r_parse_eval() expect_error 368 368
336 test-c-api.R chr_prepend() prepends failed parses are printed if rlang__verbose_errors is non-NULL expect_error 371 381
337 test-c-api.R chr_prepend() prepends failed parses are printed if rlang__verbose_errors is non-NULL expect_output 373 378
338 test-c-api.R chr_prepend() prepends r_deprecate_warn() warns once expect_warning 383 387
339 test-c-api.R chr_prepend() prepends r_deprecate_warn() warns once expect_no_warning 385 385
340 test-c-api.R chr_prepend() prepends r_deprecate_warn() warns once expect_warning 386 386
341 test-c-api.R chr_prepend() prepends nms_are_duplicated() detects duplicates expect_identical 391 391
342 test-c-api.R chr_prepend() prepends nms_are_duplicated() detects duplicates expect_identical 394 394
343 test-c-api.R chr_prepend() prepends nms_are_duplicated() handles empty and missing names expect_identical 399 399
344 test-c-api.R chr_prepend() prepends r_lgl_sum() handles NA expect_identical 402 407
345 test-c-api.R chr_prepend() prepends r_lgl_sum() handles NA expect_identical 404 404
346 test-c-api.R chr_prepend() prepends r_lgl_sum() handles NA expect_identical 405 405
347 test-c-api.R chr_prepend() prepends r_lgl_sum() handles NA expect_identical 406 406
348 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA expect_identical 409 414
349 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA expect_identical 411 411
350 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA expect_identical 412 412
351 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA expect_identical 413 413
352 test-c-api.R chr_prepend() prepends r_lgl_which() handles empty vectors expect_identical 416 422
353 test-c-api.R chr_prepend() prepends r_lgl_which() handles empty vectors expect_identical 418 418
354 test-c-api.R chr_prepend() prepends r_lgl_which() handles empty vectors expect_identical 420 420
355 test-c-api.R chr_prepend() prepends r_lgl_which() handles empty vectors expect_identical 421 421
356 test-c-api.R chr_prepend() prepends r_lgl_which() propagates names expect_named 426 426
357 test-c-api.R chr_prepend() prepends r_lgl_which() propagates names expect_named 427 427
358 test-c-api.R chr_prepend() prepends r_lgl_which() propagates names expect_named 430 430
359 test-c-api.R chr_prepend() prepends r_lgl_which() propagates names expect_named 431 431
360 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA when propagation is disabled (#750) expect_identical 434 438
361 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA when propagation is disabled (#750) expect_identical 436 436
362 test-c-api.R chr_prepend() prepends r_lgl_which() handles NA when propagation is disabled (#750) expect_identical 437 437
363 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 443 443
364 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_identical 450 450
365 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 451 451
366 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 452 452
367 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 453 453
368 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 454 454
369 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_identical 462 462
370 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 463 463
371 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 464 464
372 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 465 465
373 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 466 466
374 test-c-api.R chr_prepend() prepends r_pairlist_rev() reverses destructively expect_true 467 467
375 test-c-api.R chr_prepend() prepends r_dict_put() hashes object expect_true 473 473
376 test-c-api.R chr_prepend() prepends r_dict_put() hashes object expect_true 474 474
377 test-c-api.R chr_prepend() prepends r_dict_put() hashes object expect_false 476 476
378 test-c-api.R chr_prepend() prepends r_dict_put() hashes object expect_false 477 477
379 test-c-api.R chr_prepend() prepends key has reference semantics expect_true 485 485
380 test-c-api.R chr_prepend() prepends key has reference semantics expect_true 486 486
381 test-c-api.R chr_prepend() prepends key has reference semantics expect_true 489 489
382 test-c-api.R chr_prepend() prepends key has reference semantics expect_false 490 490
383 test-c-api.R chr_prepend() prepends key can be NULL expect_true 495 495
384 test-c-api.R chr_prepend() prepends key can be NULL expect_false 496 496
385 test-c-api.R chr_prepend() prepends collisions are handled expect_true 502 502
386 test-c-api.R chr_prepend() prepends collisions are handled expect_true 503 503
387 test-c-api.R chr_prepend() prepends collisions are handled expect_false 504 504
388 test-c-api.R chr_prepend() prepends collisions are handled expect_equal 508 508
389 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_true 518 518
390 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_true 519 519
391 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_false 520 520
392 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_equal 522 522
393 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_equal 523 523
394 test-c-api.R chr_prepend() prepends can check existing and retrieve values expect_error 524 524
395 test-c-api.R chr_prepend() prepends dictionary size is rounded to next power of 2 expect_equal 529 529
396 test-c-api.R chr_prepend() prepends can resize dictionary expect_equal 535 535
397 test-c-api.R chr_prepend() prepends dictionary grows expect_equal 544 544
398 test-c-api.R chr_prepend() prepends dictionary grows expect_equal 547 547
399 test-c-api.R chr_prepend() prepends can delete elements from dict expect_true 556 556
400 test-c-api.R chr_prepend() prepends can delete elements from dict expect_false 557 557
401 test-c-api.R chr_prepend() prepends can delete elements from dict expect_false 558 558
402 test-c-api.R chr_prepend() prepends can delete elements from dict expect_true 560 560
403 test-c-api.R chr_prepend() prepends can delete elements from dict expect_false 561 561
404 test-c-api.R chr_prepend() prepends can delete elements from dict expect_false 562 562
405 test-c-api.R chr_prepend() prepends can put again after del expect_true 571 571
406 test-c-api.R chr_prepend() prepends can put again after del expect_equal 572 572
407 test-c-api.R chr_prepend() prepends can put again after del expect_null 590 590
408 test-c-api.R chr_prepend() prepends can put again after del expect_equal 591 591
409 test-c-api.R chr_prepend() prepends can poke dict value expect_equal 597 600
410 test-c-api.R chr_prepend() prepends can poke dict value expect_equal 601 604
411 test-c-api.R chr_prepend() prepends can poke dict value expect_equal 605 608
412 test-c-api.R chr_prepend() prepends can poke dict value expect_equal 609 612
413 test-c-api.R chr_prepend() prepends can iterate over dict expect_equal 622 630
414 test-c-api.R chr_prepend() prepends can iterate over dict expect_true 635 635
415 test-c-api.R chr_prepend() prepends can iterate over dict expect_true 638 638
416 test-c-api.R chr_prepend() prepends can iterate over dict expect_equal 641 644
417 test-c-api.R chr_prepend() prepends can iterate over dict expect_equal 643 643
418 test-c-api.R chr_prepend() prepends can iterate over dict expect_equal 644 647
419 test-c-api.R chr_prepend() prepends can iterate over dict expect_equal 646 646
420 test-c-api.R chr_prepend() prepends can iterate over dict expect_false 649 649
421 test-c-api.R chr_prepend() prepends can iterate over dict expect_false 650 650
422 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_equal 660 668
423 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_true 673 673
424 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_true 676 676
425 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_equal 679 682
426 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_equal 681 681
427 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_equal 682 685
428 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_equal 684 684
429 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_false 687 687
430 test-c-api.R chr_prepend() prepends can iterate over dict (edge case) expect_false 688 688
431 test-c-api.R chr_prepend() prepends can transform dict to list and df-list expect_equal 711 711
432 test-c-api.R chr_prepend() prepends can transform dict to list and df-list expect_equal 714 716
433 test-c-api.R chr_prepend() prepends can transform dict to list and df-list expect_equal 716 718
434 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_false 733 733
435 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_true 740 740
436 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_equal 743 743
437 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_equal 744 744
438 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_equal 747 747
439 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_equal 750 750
440 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_false 753 753
441 test-c-api.R chr_prepend() prepends can preserve and unpreserve repeatedly expect_error 755 755
442 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 761 761
443 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 762 762
444 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 763 763
445 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 764 764
446 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 765 765
447 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 766 766
448 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 769 769
449 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 770 770
450 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 771 771
451 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 774 774
452 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 775 775
453 test-c-api.R chr_prepend() prepends alloc_data_frame() creates data frame expect_equal 776 776
454 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 779 786
455 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 781 781
456 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 782 782
457 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 783 783
458 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 784 784
459 test-c-api.R chr_prepend() prepends r_list_compact() compacts lists expect_equal 785 785
460 test-c-api.R chr_prepend() prepends can grow vectors expect_length 791 791
461 test-c-api.R chr_prepend() prepends can grow vectors expect_equal 792 792
462 test-c-api.R chr_prepend() prepends can grow vectors expect_equal 793 793
463 test-c-api.R chr_prepend() prepends can grow vectors expect_length 797 797
464 test-c-api.R chr_prepend() prepends can grow vectors expect_equal 798 798
465 test-c-api.R chr_prepend() prepends can grow vectors expect_equal 799 799
466 test-c-api.R chr_prepend() prepends can shrink vectors expect_equal 805 805
467 test-c-api.R chr_prepend() prepends can shrink vectors expect_equal 809 809
468 test-c-api.R chr_prepend() prepends can shrink vectors expect_equal 812 815
469 test-c-api.R chr_prepend() prepends can shrink vectors expect_equal 814 814
470 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 821 830
471 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 835 844
472 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 847 853
473 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 857 863
474 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 866 866
475 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 869 875
476 test-c-api.R chr_prepend() prepends can grow and shrink dynamic arrays expect_equal 876 876
477 test-c-api.R chr_prepend() prepends can resize dynamic arrays expect_equal 886 895
478 test-c-api.R chr_prepend() prepends can resize dynamic arrays expect_equal 896 896
479 test-c-api.R chr_prepend() prepends can resize dynamic arrays expect_equal 899 905
480 test-c-api.R chr_prepend() prepends can resize dynamic arrays expect_equal 906 906
481 test-c-api.R chr_prepend() prepends can resize dynamic arrays expect_equal 907 907
482 test-c-api.R chr_prepend() prepends dynamic arrays with multiple bytes per elements are resized correctly expect_length 912 912
483 test-c-api.R chr_prepend() prepends dynamic arrays with multiple bytes per elements are resized correctly expect_length 915 915
484 test-c-api.R chr_prepend() prepends dynamic arrays with multiple bytes per elements are resized correctly expect_length 918 918
485 test-c-api.R chr_prepend() prepends dynamic arrays with multiple bytes per elements are resized correctly expect_length 921 921
486 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_equal 926 935
487 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_equal 940 946
488 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_identical 947 947
489 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_equal 950 959
490 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_identical 960 960
491 test-c-api.R chr_prepend() prepends can shrink and grow dynamic atomic vectors expect_identical 961 961
492 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 966 974
493 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 979 985
494 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_identical 986 986
495 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 989 997
496 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_identical 998 998
497 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_identical 999 999
498 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 1001 1001
499 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 1002 1002
500 test-c-api.R chr_prepend() prepends can shrink and grow dynamic barrier vectors expect_equal 1003 1003
501 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1010 1010
502 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1011 1011
503 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1013 1013
504 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1018 1018
505 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1019 1019
506 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1021 1021
507 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1026 1026
508 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1027 1027
509 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1029 1029
510 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1034 1034
511 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1035 1035
512 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1037 1037
513 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1042 1042
514 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1043 1043
515 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1045 1045
516 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_true 1052 1052
517 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_true 1053 1053
518 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_true 1056 1056
519 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1061 1061
520 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1062 1062
521 test-c-api.R chr_prepend() prepends can get, push, and poke elements expect_equal 1064 1064
522 test-c-api.R chr_prepend() prepends can create dynamic list-of expect_equal 1071 1090
523 test-c-api.R chr_prepend() prepends can create dynamic list-of expect_length 1092 1092
524 test-c-api.R chr_prepend() prepends can push to dynamic list-of expect_equal 1099 1099
525 test-c-api.R chr_prepend() prepends can push to dynamic list-of expect_equal 1102 1102
526 test-c-api.R chr_prepend() prepends can push to dynamic list-of expect_equal 1105 1105
527 test-c-api.R chr_prepend() prepends can push to dynamic list-of expect_equal 1108 1108
528 test-c-api.R chr_prepend() prepends internal error is thrown with OOB dyn-lof access expect_snapshot 1114 1117
529 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_error 1127 1127
530 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_equal 1130 1133
531 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_equal 1136 1139
532 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_equal 1144 1147
533 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_equal 1152 1155
534 test-c-api.R chr_prepend() prepends can push to arrays in dynamic list-of expect_equal 1160 1163
535 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_equal 1176 1176
536 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_symmetric_dirs 1178 1178
537 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_symmetric_dirs 1179 1179
538 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_symmetric_dirs 1180 1180
539 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_symmetric_dirs 1181 1181
540 test-c-api.R chr_prepend() prepends sexp iterator visits in full order expect_symmetric_dirs 1182 1182
541 test-c-api.R chr_prepend() prepends addresses have hexadecimal prefix 0x (#1135) expect_equal 1185 1190
542 test-c-api.R chr_prepend() prepends can re-encode a character vector of various encodings (r-lib/vctrs#553) expect_utf8_encoded 1195 1195
543 test-c-api.R chr_prepend() prepends re-encodes all encodings to UTF-8 expect_utf8_encoded 1199 1201
544 test-c-api.R chr_prepend() prepends can re-encode a list containing character vectors with different encodings expect_utf8_encoded 1207 1207
545 test-c-api.R chr_prepend() prepends re-encoding fails purposefully with any bytes expect_snapshot 1214 1216
546 test-c-api.R chr_prepend() prepends re-encoding fails purposefully with any bytes expect_error 1215 1215
547 test-c-api.R chr_prepend() prepends re-encoding fails purposefully with any bytes expect_snapshot 1218 1222
548 test-c-api.R chr_prepend() prepends re-encoding fails purposefully with any bytes expect_error 1220 1220
549 test-c-api.R chr_prepend() prepends attributes are kept when re-encoding (r-lib/vctrs#599) expect_identical 1231 1231
550 test-c-api.R chr_prepend() prepends re-encoding is robust against scalar types contained in lists (r-lib/vctrs#633) expect_identical 1236 1236
551 test-c-api.R chr_prepend() prepends re-encoding can still occur even if a scalar type is in a list expect_utf8_encoded 1241 1241
552 test-c-api.R chr_prepend() prepends re-encoding occurs inside scalars contained in a list expect_utf8_encoded 1253 1253
553 test-c-api.R chr_prepend() prepends re-encoding treats data frames elements of lists as lists (r-lib/vctrs#1233) expect_utf8_encoded 1265 1265
554 test-c-api.R chr_prepend() prepends attributes are re-encoded expect_utf8_encoded 1285 1285
555 test-c-api.R chr_prepend() prepends attributes are re-encoded expect_utf8_encoded 1286 1286
556 test-c-api.R chr_prepend() prepends attributes are re-encoded expect_utf8_encoded 1287 1287
557 test-c-api.R chr_prepend() prepends attributes are re-encoded expect_utf8_encoded 1288 1288
558 test-c-api.R chr_prepend() prepends attributes are re-encoded expect_utf8_encoded 1289 1289
559 test-c-api.R chr_prepend() prepends attributes are re-encoded recursively expect_utf8_encoded 1303 1303
560 test-c-api.R chr_prepend() prepends attributes are re-encoded recursively expect_utf8_encoded 1304 1304
561 test-c-api.R chr_prepend() prepends NA expect_true 1327 1329
562 test-c-api.R chr_prepend() prepends r_stop_internal() mentions expected namespace expect_error 1339 1339
563 test-c-api.R chr_prepend() prepends r_stop_internal() mentions expected namespace expect_error 1342 1342
564 test-call.R test_that: character vector must be length 1 args can be specified individually or as list expect_equal 9 9
565 test-call.R test_that: character vector must be length 1 creates namespaced calls expect_identical 12 14
566 test-call.R test_that: character vector must be length 1 fails with non-callable objects expect_error 16 19
567 test-call.R test_that: character vector must be length 1 fails with non-callable objects expect_error 18 18
568 test-call.R test_that: character vector must be length 1 succeeds with literal functions expect_error 21 24
569 test-call.R test_that: character vector must be length 1 succeeds with literal functions expect_error 23 23
570 test-call.R test_that: character vector must be length 1 call2() preserves empty arguments expect_identical 26 28
571 test-call.R test_that: character vector must be length 1 call2() requires a symbol when namespace is supplied expect_identical 30 34
572 test-call.R test_that: character vector must be length 1 call2() requires a symbol when namespace is supplied expect_error 32 32
573 test-call.R test_that: character vector must be length 1 call2() requires a symbol when namespace is supplied expect_error 33 33
574 test-call.R test_that: character vector must be length 1 call_standardise() supports quosures expect_identical 50 50
575 test-call.R test_that: character vector must be length 1 can standardise primitive functions (#473) expect_identical 56 56
576 test-call.R test_that: character vector must be length 1 can standardise primitive functions (#473) expect_identical 57 57
577 test-call.R test_that: character vector must be length 1 if call is supplied to call_match(), fn must be supplied expect_error 60 65
578 test-call.R test_that: character vector must be length 1 call_match() infers call and definition expect_equal 69 69
579 test-call.R test_that: character vector must be length 1 call_match() infers call and definition expect_equal 70 70
580 test-call.R test_that: character vector must be length 1 call_match() infers call and definition expect_equal 74 74
581 test-call.R test_that: character vector must be length 1 call_match() infers call and definition expect_equal 75 75
582 test-call.R test_that: character vector must be length 1 call_match() returns early with primitive functions expect_equal 78 83
583 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 88 91
584 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 92 95
585 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 97 100
586 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 101 104
587 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 106 109
588 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 110 113
589 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 115 118
590 test-call.R test_that: character vector must be length 1 call_match() matches defaults expect_equal 120 123
591 test-call.R test_that: character vector must be length 1 call_match(dots_expand = TRUE) handles ... positional edge cases expect_equal 129 129
592 test-call.R test_that: character vector must be length 1 call_match(dots_expand = TRUE) handles ... positional edge cases expect_equal 130 130
593 test-call.R test_that: character vector must be length 1 call_match(dots_expand = TRUE) handles ... positional edge cases expect_equal 131 131
594 test-call.R test_that: character vector must be length 1 call_match(dots_expand = TRUE) handles ... positional edge cases expect_equal 132 132
595 test-call.R test_that: character vector must be length 1 can modify formulas inplace expect_identical 138 140
596 test-call.R test_that: character vector must be length 1 new args inserted at end expect_equal 147 147
597 test-call.R test_that: character vector must be length 1 new args replace old expect_equal 155 155
598 test-call.R test_that: character vector must be length 1 can modify calls for primitive functions expect_identical 158 160
599 test-call.R test_that: character vector must be length 1 can modify calls for functions containing dots expect_identical 162 164
600 test-call.R test_that: character vector must be length 1 accepts unnamed arguments expect_identical 166 171
601 test-call.R test_that: character vector must be length 1 allows duplicated arguments (#398) expect_identical 173 177
602 test-call.R test_that: character vector must be length 1 allows duplicated arguments (#398) expect_identical 175 175
603 test-call.R test_that: character vector must be length 1 allows duplicated arguments (#398) expect_identical 176 176
604 test-call.R test_that: character vector must be length 1 zaps remove arguments expect_identical 179 182
605 test-call.R test_that: character vector must be length 1 zaps remove arguments expect_identical_ 181 181
606 test-call.R test_that: character vector must be length 1 can remove unexisting arguments (#393) expect_identical 184 186
607 test-call.R test_that: character vector must be length 1 can add a missing argument expect_identical 188 191
608 test-call.R test_that: character vector must be length 1 can add a missing argument expect_identical 190 190
609 test-call.R test_that: character vector must be length 1 can refer to dots as named argument expect_error 193 199
610 test-call.R test_that: character vector must be length 1 can refer to dots as named argument expect_error 195 195
611 test-call.R test_that: character vector must be length 1 can refer to dots as named argument expect_identical 196 196
612 test-call.R test_that: character vector must be length 1 can refer to dots as named argument expect_identical 197 197
613 test-call.R test_that: character vector must be length 1 can refer to dots as named argument expect_identical 198 198
614 test-call.R test_that: character vector must be length 1 can’t supply unnamed zaps expect_error 201 203
615 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 205 225
616 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 207 207
617 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 208 208
618 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 209 209
619 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 211 211
620 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 212 212
621 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 213 213
622 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 214 214
623 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 216 216
624 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 217 217
625 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 218 218
626 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 219 219
627 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 221 221
628 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 222 222
629 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 223 223
630 test-call.R test_that: character vector must be length 1 positions are not changed expect_identical 224 224
631 test-call.R test_that: character vector must be length 1 empty quosures are treated as empty args expect_identical 227 229
632 test-call.R test_that: character vector must be length 1 NULL is a valid language object expect_true 234 236
633 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 238 252
634 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_false 240 240
635 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 241 241
636 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 243 243
637 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_false 244 244
638 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 245 245
639 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 246 246
640 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_true 248 248
641 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_false 250 250
642 test-call.R test_that: character vector must be length 1 is_call() pattern-matches expect_false 251 251
643 test-call.R test_that: character vector must be length 1 quosures are not calls expect_false 256 256
644 test-call.R test_that: character vector must be length 1 is_call() supports symbol name expect_true 259 262
645 test-call.R test_that: character vector must be length 1 is_call() supports symbol name expect_false 261 261
646 test-call.R test_that: character vector must be length 1 is_call() vectorises name expect_false 264 271
647 test-call.R test_that: character vector must be length 1 is_call() vectorises name expect_true 266 266
648 test-call.R test_that: character vector must be length 1 is_call() vectorises name expect_true 268 268
649 test-call.R test_that: character vector must be length 1 is_call() vectorises name expect_true 269 269
650 test-call.R test_that: character vector must be length 1 is_call() vectorises name expect_false 270 270
651 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_equal 273 283
652 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_equal 275 275
653 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 277 277
654 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 278 278
655 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 279 279
656 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 280 280
657 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 281 281
658 test-call.R test_that: character vector must be length 1 call_name() handles namespaced and anonymous calls expect_null 282 282
659 test-call.R test_that: character vector must be length 1 call_name() handles formulas expect_identical 285 287
660 test-call.R test_that: character vector must be length 1 Inlined functions return NULL name expect_null 292 292
661 test-call.R test_that: character vector must be length 1 call_args() and call_args_names() work expect_equal 295 298
662 test-call.R test_that: character vector must be length 1 call_args() and call_args_names() work expect_equal 297 297
663 test-call.R test_that: character vector must be length 1 qualified and namespaced symbols are recognised expect_true 300 307
664 test-call.R test_that: character vector must be length 1 qualified and namespaced symbols are recognised expect_true 302 302
665 test-call.R test_that: character vector must be length 1 qualified and namespaced symbols are recognised expect_false 303 303
666 test-call.R test_that: character vector must be length 1 qualified and namespaced symbols are recognised expect_false 305 305
667 test-call.R test_that: character vector must be length 1 qualified and namespaced symbols are recognised expect_true 306 306
668 test-call.R test_that: character vector must be length 1 can specify ns in namespaced predicate expect_false 311 311
669 test-call.R test_that: character vector must be length 1 can specify ns in namespaced predicate expect_true 312 312
670 test-call.R test_that: character vector must be length 1 can specify ns in namespaced predicate expect_true 313 313
671 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_true 318 318
672 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_false 319 319
673 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_false 320 320
674 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_true 321 321
675 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_true 322 322
676 test-call.R test_that: character vector must be length 1 can specify ns in is_call() expect_false 323 323
677 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_true 326 334
678 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_true 328 328
679 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_false 329 329
680 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_false 330 330
681 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_false 332 332
682 test-call.R test_that: character vector must be length 1 can check multiple namespaces with is_call() expect_true 333 333
683 test-call.R test_that: character vector must be length 1 can unnamespace calls expect_identical 336 340
684 test-call.R test_that: character vector must be length 1 can unnamespace calls expect_identical 338 338
685 test-call.R test_that: character vector must be length 1 can unnamespace calls expect_identical 339 339
686 test-call.R test_that: character vector must be length 1 precedence of regular calls expect_true 342 345
687 test-call.R test_that: character vector must be length 1 precedence of regular calls expect_true 344 344
688 test-call.R test_that: character vector must be length 1 precedence of associative ops expect_true 347 352
689 test-call.R test_that: character vector must be length 1 precedence of associative ops expect_false 349 349
690 test-call.R test_that: character vector must be length 1 precedence of associative ops expect_false 350 350
691 test-call.R test_that: character vector must be length 1 precedence of associative ops expect_true 351 351
692 test-call.R test_that: character vector must be length 1 call functions type-check their input (#187) expect_snapshot 354 368
693 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_error 370 447
694 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 372 372
695 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 374 374
696 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 375 375
697 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical_ 376 376
698 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical_ 377 377
699 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical_ 378 378
700 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 379 379
701 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 380 380
702 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 382 382
703 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 383 383
704 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 384 384
705 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 385 385
706 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 386 386
707 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 387 387
708 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 388 388
709 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 389 389
710 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 391 391
711 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 392 392
712 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 393 393
713 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 394 394
714 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 395 395
715 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 396 396
716 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 397 397
717 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 398 398
718 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 399 399
719 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 400 400
720 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 401 401
721 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 402 402
722 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 403 403
723 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 404 404
724 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 405 405
725 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 406 406
726 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 407 407
727 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 408 408
728 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 409 409
729 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 410 410
730 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 411 411
731 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 412 412
732 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 413 413
733 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 414 414
734 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 415 415
735 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 416 416
736 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 417 417
737 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 419 419
738 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 420 420
739 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 421 421
740 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 422 422
741 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 423 423
742 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 424 424
743 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 425 425
744 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 426 426
745 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 427 427
746 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 428 428
747 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 429 429
748 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 430 430
749 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 431 431
750 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 432 432
751 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 433 433
752 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 434 434
753 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 435 435
754 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 436 436
755 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 437 437
756 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 438 438
757 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 440 440
758 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 441 441
759 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 442 442
760 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 443 443
761 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 444 444
762 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 445 445
763 test-call.R test_that: character vector must be length 1 call_print_type() returns correct enum expect_identical 446 446
764 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_error 449 526
765 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 451 451
766 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 453 453
767 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 454 454
768 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical_ 455 455
769 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical_ 456 456
770 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical_ 457 457
771 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 458 458
772 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 459 459
773 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 461 461
774 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 462 462
775 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 463 463
776 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 464 464
777 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 465 465
778 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 466 466
779 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 467 467
780 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 468 468
781 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 470 470
782 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 471 471
783 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 472 472
784 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 473 473
785 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 474 474
786 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 475 475
787 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 476 476
788 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 477 477
789 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 478 478
790 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 479 479
791 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 480 480
792 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 481 481
793 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 482 482
794 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 483 483
795 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 484 484
796 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 485 485
797 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 486 486
798 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 487 487
799 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 488 488
800 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 489 489
801 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 490 490
802 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 491 491
803 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 492 492
804 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 493 493
805 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 494 494
806 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 495 495
807 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 496 496
808 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 498 498
809 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 499 499
810 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 500 500
811 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 501 501
812 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 502 502
813 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 503 503
814 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 504 504
815 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 505 505
816 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 506 506
817 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 507 507
818 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 508 508
819 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 509 509
820 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 510 510
821 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 511 511
822 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 512 512
823 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 513 513
824 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 514 514
825 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 515 515
826 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 516 516
827 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 517 517
828 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 519 519
829 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 520 520
830 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 521 521
831 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 522 522
832 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 523 523
833 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 524 524
834 test-call.R test_that: character vector must be length 1 call_print_fine_type() returns correct enum expect_identical 525 525
835 test-call.R test_that: character vector must be length 1 call_name() fails with namespaced objects (#670) expect_true 528 533
836 test-call.R test_that: character vector must be length 1 call_name() fails with namespaced objects (#670) expect_error 531 531
837 test-call.R test_that: character vector must be length 1 call_name() fails with namespaced objects (#670) expect_error 532 532
838 test-call.R test_that: character vector must be length 1 call_ns() retrieves namespaces expect_error 535 540
839 test-call.R test_that: character vector must be length 1 call_ns() retrieves namespaces expect_null 537 537
840 test-call.R test_that: character vector must be length 1 call_ns() retrieves namespaces expect_identical 538 538
841 test-call.R test_that: character vector must be length 1 call_ns() retrieves namespaces expect_identical 539 539
842 test-call.R test_that: character vector must be length 1 is_call_infix() detects infix operators expect_true 542 546
843 test-call.R test_that: character vector must be length 1 is_call_infix() detects infix operators expect_true 544 544
844 test-call.R test_that: character vector must be length 1 is_call_infix() detects infix operators expect_false 545 545
845 test-call.R test_that: character vector must be length 1 call_zap_inline() works expect_equal 548 575
846 test-call.R test_that: character vector must be length 1 call_zap_inline() works expect_equal 553 556
847 test-call.R test_that: character vector must be length 1 call_zap_inline() works expect_equal 558 561
848 test-call.R test_that: character vector must be length 1 call_zap_inline() works expect_equal 565 568
849 test-call.R test_that: character vector must be length 1 call_zap_inline() works expect_equal 574 574
850 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 577 593
851 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 579 579
852 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 580 580
853 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_true 582 582
854 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_true 583 583
855 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_true 585 585
856 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 586 586
857 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_true 587 587
858 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 588 588
859 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_true 590 590
860 test-call.R test_that: character vector must be length 1 is_call_simple() works expect_false 592 592
861 test-call.R test_that: character vector must be length 1 call_name() and call_ns() detect :: calls (#670) expect_null 595 600
862 test-call.R test_that: character vector must be length 1 call_name() and call_ns() detect :: calls (#670) expect_null 597 597
863 test-call.R test_that: character vector must be length 1 call_name() and call_ns() detect :: calls (#670) expect_null 598 598
864 test-call.R test_that: character vector must be length 1 call_name() and call_ns() detect :: calls (#670) expect_null 599 599
865 test-call.R test_that: character vector must be length 1 is_call_index() works expect_true 602 611
866 test-call.R test_that: character vector must be length 1 is_call_index() works expect_true 604 604
867 test-call.R test_that: character vector must be length 1 is_call_index() works expect_true 605 605
868 test-call.R test_that: character vector must be length 1 is_call_index() works expect_true 606 606
869 test-call.R test_that: character vector must be length 1 is_call_index() works expect_false 608 608
870 test-call.R test_that: character vector must be length 1 is_call_index() works expect_false 609 609
871 test-call.R test_that: character vector must be length 1 is_call_index() works expect_false 610 610
872 test-call.R test_that: character vector must be length 1 call_match() supports ... in arg list when dots_expand = FALSE expect_equal 615 618
873 test-cnd-abort.R errors are signalled with backtrace errors are signalled with backtrace expect_error 5 5
874 test-cnd-abort.R errors are signalled with backtrace errors are signalled with backtrace expect_s3_class 6 6
875 test-cnd-abort.R errors are signalled with backtrace can pass classed strings as error message expect_error 11 11
876 test-cnd-abort.R errors are signalled with backtrace can pass classed strings as error message expect_identical 12 12
877 test-cnd-abort.R errors are signalled with backtrace errors are saved expect_true 28 28
878 test-cnd-abort.R errors are signalled with backtrace errors are saved expect_true 31 31
879 test-cnd-abort.R errors are signalled with backtrace No backtrace is displayed with top-level active bindings expect_error 40 40
880 test-cnd-abort.R errors are signalled with backtrace Invalid on_error option resets itself expect_snapshot 49 51
881 test-cnd-abort.R errors are signalled with backtrace Invalid on_error option resets itself expect_warning 50 50
882 test-cnd-abort.R errors are signalled with backtrace Invalid on_error option resets itself expect_null 52 52
883 test-cnd-abort.R errors are signalled with backtrace format_onerror_backtrace handles empty and size 1 traces expect_identical 59 59
884 test-cnd-abort.R errors are signalled with backtrace format_onerror_backtrace handles empty and size 1 traces expect_identical 62 62
885 test-cnd-abort.R errors are signalled with backtrace format_onerror_backtrace handles empty and size 1 traces expect_match 65 65
886 test-cnd-abort.R errors are signalled with backtrace error is printed with backtrace expect_snapshot 90 99
887 test-cnd-abort.R errors are signalled with backtrace empty backtraces are not printed expect_snapshot 114 119
888 test-cnd-abort.R errors are signalled with backtrace parent errors are not displayed in error message and backtrace expect_snapshot 134 137
889 test-cnd-abort.R errors are signalled with backtrace NA expect_snapshot 259 267
890 test-cnd-abort.R errors are signalled with backtrace abort() displays call in error prefix expect_snapshot 275 280
891 test-cnd-abort.R errors are signalled with backtrace abort() displays call in error prefix expect_snapshot 285 290
892 test-cnd-abort.R errors are signalled with backtrace abort() accepts environment as call field. expect_snapshot 301 301
893 test-cnd-abort.R errors are signalled with backtrace abort() accepts environment as call field. expect_error 301 301
894 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_equal 307 307
895 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_equal 308 308
896 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_equal 309 309
897 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_equal 310 310
898 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_error 312 312
899 test-cnd-abort.R errors are signalled with backtrace format_error_arg() formats argument expect_error 313 313
900 test-cnd-abort.R errors are signalled with backtrace local_error_call() works expect_snapshot 329 329
901 test-cnd-abort.R errors are signalled with backtrace local_error_call() works expect_error 329 329
902 test-cnd-abort.R errors are signalled with backtrace can disable error call inference for unexported functions expect_snapshot 335 347
903 test-cnd-abort.R errors are signalled with backtrace can disable error call inference for unexported functions expect_error 336 336
904 test-cnd-abort.R errors are signalled with backtrace can disable error call inference for unexported functions expect_error 340 340
905 test-cnd-abort.R errors are signalled with backtrace can disable error call inference for unexported functions expect_error 345 345
906 test-cnd-abort.R errors are signalled with backtrace error call flag is stripped expect_equal 352 352
907 test-cnd-abort.R errors are signalled with backtrace error call flag is stripped expect_equal 353 353
908 test-cnd-abort.R errors are signalled with backtrace NSE doesn’t interfere with error call contexts expect_snapshot 356 363
909 test-cnd-abort.R errors are signalled with backtrace NSE doesn’t interfere with error call contexts expect_error 359 359
910 test-cnd-abort.R errors are signalled with backtrace NSE doesn’t interfere with error call contexts expect_error 360 360
911 test-cnd-abort.R errors are signalled with backtrace NSE doesn’t interfere with error call contexts expect_error 361 361
912 test-cnd-abort.R errors are signalled with backtrace error_call() requires a symbol in function position expect_null 365 368
913 test-cnd-abort.R errors are signalled with backtrace error_call() requires a symbol in function position expect_null 367 367
914 test-cnd-abort.R errors are signalled with backtrace error_call() preserves index calls expect_equal 370 372
915 test-cnd-abort.R errors are signalled with backtrace error_call() preserves if (r-lib/testthat#1429) expect_equal 377 380
916 test-cnd-abort.R errors are signalled with backtrace error_call() preserves if (r-lib/testthat#1429) expect_equal 381 384
917 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_equal 387 402
918 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_snapshot 392 392
919 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_equal 394 397
920 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_snapshot 398 398
921 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_snapshot 400 400
922 test-cnd-abort.R errors are signalled with backtrace error_call() and format_error_call() preserve special syntax ops expect_snapshot 401 401
923 test-cnd-abort.R errors are signalled with backtrace error_call() preserves srcrefs expect_s3_class 412 412
924 test-cnd-abort.R errors are signalled with backtrace withCallingHandlers() wrappers don’t throw off trace capture on rethrow expect_error 446 446
925 test-cnd-abort.R errors are signalled with backtrace withCallingHandlers() wrappers don’t throw off trace capture on rethrow expect_snapshot 447 451
926 test-cnd-abort.R errors are signalled with backtrace withCallingHandlers() wrappers don’t throw off trace capture on rethrow expect_error 456 456
927 test-cnd-abort.R errors are signalled with backtrace withCallingHandlers() wrappers don’t throw off trace capture on rethrow expect_snapshot 457 461
928 test-cnd-abort.R errors are signalled with backtrace headers and body are stored in respective fields expect_equal 468 468
929 test-cnd-abort.R errors are signalled with backtrace headers and body are stored in respective fields expect_equal 469 469
930 test-cnd-abort.R errors are signalled with backtrace abort() uses older bullets formatting by default expect_snapshot_error 474 474
931 test-cnd-abort.R errors are signalled with backtrace abort() preserves call expect_equal 479 479
932 test-cnd-abort.R errors are signalled with backtrace format_error_call() preserves I() inputs expect_equal 482 487
933 test-cnd-abort.R errors are signalled with backtrace format_error_call() detects non-syntactic names expect_equal 489 494
934 test-cnd-abort.R errors are signalled with backtrace generic call is picked up in methods expect_snapshot 531 535
935 test-cnd-abort.R errors are signalled with backtrace errors are fully displayed (parents, calls) in knitted files expect_snapshot 543 545
936 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body expect_snapshot 550 553
937 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body expect_error 551 551
938 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body expect_error 552 552
939 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body (cli case) expect_snapshot 558 561
940 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body (cli case) expect_error 559 559
941 test-cnd-abort.R errors are signalled with backtrace can supply bullets both through message and body (cli case) expect_error 560 560
942 test-cnd-abort.R errors are signalled with backtrace setting .internal adds footer bullet expect_snapshot 564 569
943 test-cnd-abort.R errors are signalled with backtrace setting .internal adds footer bullet (fallback) expect_snapshot 573 576
944 test-cnd-abort.R errors are signalled with backtrace must pass character body when message is > 1 expect_snapshot 579 587
945 test-cnd-abort.R errors are signalled with backtrace must pass character body when message is > 1 (non-cli case) expect_snapshot 591 597
946 test-cnd-abort.R errors are signalled with backtrace can supply footer expect_snapshot 602 605
947 test-cnd-abort.R errors are signalled with backtrace can supply footer (non-cli case) expect_snapshot 611 614
948 test-cnd-abort.R errors are signalled with backtrace can’t supply both footer and .internal expect_snapshot 617 622
949 test-cnd-abort.R errors are signalled with backtrace caller of withCallingHandlers() is used as default call expect_equal 636 636
950 test-cnd-abort.R errors are signalled with backtrace caller of withCallingHandlers() is used as default call expect_equal 647 647
951 test-cnd-abort.R errors are signalled with backtrace caller of withCallingHandlers() is used as default call expect_equal 659 659
952 test-cnd-abort.R errors are signalled with backtrace cli.condition_unicode_bullets is supported by fallback formatting expect_snapshot_error 670 672
953 test-cnd-abort.R errors are signalled with backtrace call can be a quosure or contain quosures expect_equal 677 677
954 test-cnd-abort.R errors are signalled with backtrace parent = NA signals a non-chained rethrow expect_snapshot 695 740
955 test-cnd-abort.R errors are signalled with backtrace can rethrow outside handler expect_snapshot 752 754
956 test-cnd-abort.R errors are signalled with backtrace if call is older than handler caller, use that as bottom expect_snapshot 773 783
957 test-cnd-abort.R errors are signalled with backtrace if call is older than handler caller, use that as bottom expect_error 777 777
958 test-cnd-abort.R errors are signalled with backtrace if call is older than handler caller, use that as bottom expect_error 782 782
959 test-cnd-abort.R errors are signalled with backtrace is_calling_handler_inlined_call() doesn’t fail with OOB subsetting expect_false 786 788
960 test-cnd-abort.R errors are signalled with backtrace base causal errors include full user backtrace expect_snapshot 813 815
961 test-cnd-abort.R errors are signalled with backtrace base causal errors include full user backtrace expect_error 814 814
962 test-cnd-abort.R errors are signalled with backtrace can chain errors at top-level (#1405) expect_true 825 825
963 test-cnd-abort.R errors are signalled with backtrace can chain errors at top-level (#1405) expect_true 826 826
964 test-cnd-abort.R errors are signalled with backtrace can chain errors at top-level (#1405) expect_true 834 834
965 test-cnd-abort.R errors are signalled with backtrace can chain errors at top-level (#1405) expect_true 835 835
966 test-cnd-abort.R errors are signalled with backtrace backtrace_on_error = ‘collapse’ is deprecated. expect_warning 840 840
967 test-cnd-abort.R errors are signalled with backtrace backtrace_on_error = ‘collapse’ is deprecated. expect_equal 841 841
968 test-cnd-abort.R errors are signalled with backtrace can supply header method via message expect_snapshot 844 858
969 test-cnd-abort.R errors are signalled with backtrace can supply header method via message expect_identical 852 852
970 test-cnd-abort.R errors are signalled with backtrace can supply header method via message expect_error 854 857
971 test-cnd-abort.R errors are signalled with backtrace newlines are preserved by cli (#1535) expect_snapshot 860 865
972 test-cnd-abort.R errors are signalled with backtrace show.error.messages is respected by abort() (#1630) expect_snapshot 875 878
973 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 100 100
974 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 101 101
975 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 102 102
976 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 107 107
977 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 108 108
978 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 109 109
979 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 110 110
980 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 112 112
981 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 113 113
982 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 114 114
983 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 116 116
984 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly signal context is detected expect_equal 128 128
985 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly cnd_entrace() skips capture context expect_match 149 149
986 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly rlang and base errors are properly entraced expect_snapshot 162 165
987 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly entrace() preserves exit status in non-interactive sessions (#1052, rstudio/bookdown#920) expect_false 174 174
988 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly entrace() preserves exit status in non-interactive sessions (#1052, rstudio/bookdown#920) expect_false 184 184
989 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly entrace() doesn’t embed backtraces twice expect_equal 193 193
990 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly options(error = entrace) strips error prefix expect_false 208 208
991 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can supply handler environment as bottom expect_snapshot 228 228
992 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can set entrace() as a global handler expect_snapshot_output 234 241
993 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can set entrace() as a global handler expect_snapshot_output 244 251
994 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can set entrace() as a global handler expect_snapshot_output 253 271
995 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can set entrace() as a global handler (older R) expect_snapshot_output 277 284
996 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly errors are saved by entrace() expect_equal 301 301
997 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly only the first n warnings are entraced (#1473) expect_equal 320 323
998 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly warnings are resignalled expect_no_warning 327 337
999 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly warnings are resignalled expect_s3_class 335 335
1000 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly warnings are resignalled expect_true 336 336
1001 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can call global_entrace() in knitted documents expect_snapshot 350 352
1002 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can’t set backtrace-on-warning to reminder expect_snapshot 358 360
1003 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly can’t set backtrace-on-warning to reminder expect_equal 362 365
1004 test-cnd-entrace.R test_that: cnd_entrace() entraces conditions properly warnings converted to errors are not resignalled by global_entrace() expect_equal 378 378
1005 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() catches or declines values expect_error 8 8
1006 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() catches or declines values expect_error 9 9
1007 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() catches or declines values expect_null 10 10
1008 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() catches or declines values expect_null 13 13
1009 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() checks inputs expect_snapshot 16 21
1010 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() checks inputs expect_error 18 18
1011 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() checks inputs expect_true 20 20
1012 test-cnd-handlers.R try_fetch() catches or declines values can rethrow from try_fetch() expect_snapshot 42 56
1013 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_null 59 70
1014 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_s3_class 61 61
1015 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_s3_class 62 62
1016 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_s3_class 64 64
1017 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_error 65 65
1018 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_s3_class 68 68
1019 test-cnd-handlers.R try_fetch() catches or declines values can catch condition of specific classes expect_s3_class 69 69
1020 test-cnd-handlers.R try_fetch() catches or declines values cnd_muffle() returns FALSE if the condition is not mufflable expect_error 74 77
1021 test-cnd-handlers.R try_fetch() catches or declines values cnd_muffle() returns FALSE if the condition is not mufflable expect_false 78 78
1022 test-cnd-handlers.R try_fetch() catches or declines values drop_global_handlers() works and is idempotent expect_equal 103 103
1023 test-cnd-handlers.R try_fetch() catches or declines values stackOverflowError are caught expect_true 114 114
1024 test-cnd-handlers.R try_fetch() catches or declines values stackOverflowError are caught expect_true 122 122
1025 test-cnd-handlers.R try_fetch() catches or declines values stackOverflowError are caught expect_equal 134 134
1026 test-cnd-handlers.R try_fetch() catches or declines values tryFetch() looks across chained errors (#1534) expect_equal 146 146
1027 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() doesn’t match downgraded conditions expect_s3_class 160 160
1028 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() doesn’t match downgraded conditions expect_equal 161 161
1029 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() doesn’t match downgraded conditions expect_s3_class 174 174
1030 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() doesn’t match downgraded conditions expect_equal 175 175
1031 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() matches upgraded conditions expect_s3_class 188 188
1032 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() matches upgraded conditions expect_equal 189 189
1033 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() matches upgraded conditions expect_s3_class 200 200
1034 test-cnd-handlers.R try_fetch() catches or declines values try_fetch() matches upgraded conditions expect_equal 201 201
1035 test-cnd-handlers.R try_fetch() catches or declines values inherit is recursively checked expect_s3_class 216 216
1036 test-cnd-handlers.R try_fetch() catches or declines values inherit is recursively checked expect_true 218 218
1037 test-cnd-handlers.R try_fetch() catches or declines values inherit is recursively checked expect_false 219 219
1038 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names default conditionMessage() method for rlang errors calls cnd_message() expect_identical 11 11
1039 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names default conditionMessage() method for rlang errors calls cnd_message() expect_identical 18 18
1040 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names default conditionMessage() method for rlang errors calls cnd_message() expect_identical 27 27
1041 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names default conditionMessage() method for rlang errors calls cnd_message() expect_identical 37 37
1042 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can override header, body, and footer methods with fields expect_error 43 51
1043 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can override header, body, and footer methods with fields expect_error 52 61
1044 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can override header, body, and footer methods with fields expect_message 64 73
1045 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can override header, body, and footer methods with fields expect_warning 74 83
1046 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can override header, body, and footer methods with fields expect_error 85 90
1047 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names body must be a character vector or a function expect_snapshot 93 100
1048 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names body must be a character vector or a function expect_error 95 98
1049 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can request a line break in error bullets (#1130) expect_snapshot 102 127
1050 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can request a line break in error bullets (#1130) expect_error 104 112
1051 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can request a line break in error bullets (#1130) expect_error 114 125
1052 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fully unnamed bullet vectors are treated as bullets expect_equal 129 144
1053 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fully unnamed bullet vectors are treated as bullets expect_equal 134 137
1054 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fully unnamed bullet vectors are treated as bullets expect_equal 140 143
1055 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names empty names in partially named bullet vectors are treated as line breaks expect_equal 146 155
1056 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names empty names in partially named bullet vectors are treated as line breaks expect_equal 151 154
1057 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names ! and > symbols create warning and alert bullets expect_equal 157 162
1058 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cli is not used when message is escaped with I() expect_equal 169 172
1059 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cli is not used when message is escaped with I() expect_error 170 170
1060 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cli is not used when message is escaped with I() expect_equal 176 179
1061 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cli is not used when message is escaped with I() expect_error 177 177
1062 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names prefix takes call into account expect_snapshot 226 239
1063 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names long prefixes cause a line break expect_snapshot 246 246
1064 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names long prefixes cause a line break expect_error 246 246
1065 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names prefixes include srcrefs expect_snapshot 260 260
1066 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names prefixes include srcrefs expect_error 260 260
1067 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names inform() and warn() use fallback bullets formatting expect_snapshot 266 270
1068 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names inform() and warn() use fallback bullets formatting expect_snapshot 272 276
1069 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names inform() and warn() use fallback bullets formatting expect_snapshot 278 282
1070 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names inform() and warn() use fallback bullets formatting expect_snapshot 284 288
1071 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message() uses body and footer fields by default expect_equal 291 300
1072 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message() uses body and footer fields by default expect_equal 296 299
1073 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can supply bullet without header expect_snapshot 302 307
1074 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names parent errors prints with bullets in all cases expect_snapshot 324 327
1075 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names parent errors prints with bullets in all cases expect_error 325 325
1076 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names parent errors prints with bullets in all cases expect_error 326 326
1077 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names qualified calls are included in error prefix (#1315) expect_equal 330 335
1078 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names special syntax calls handle edge cases expect_snapshot 337 342
1079 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can print message with and without prefix expect_snapshot 344 366
1080 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can print message without inheritance expect_snapshot 368 390
1081 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names ANSI escapes are supported in conditionMessage() expect_equal 419 419
1082 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names as.character() and conditionMessage() methods for errors, warnings, and messages expect_snapshot 442 458
1083 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names multiline operator calls are preserved expect_snapshot_output 464 464
1084 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names multiline operator calls are preserved expect_snapshot_output 465 465
1085 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names multiline operator calls are preserved expect_snapshot_output 466 466
1086 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names eval_tidy() is not mentioned in calls expect_null 469 471
1087 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names header, body, and footer don’t partial-match expect_equal 473 486
1088 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names header, body, and footer don’t partial-match expect_equal 478 481
1089 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names header, body, and footer don’t partial-match expect_equal 482 485
1090 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names can disable srcrefs in call formatting expect_snapshot 497 497
1091 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_snapshot 502 506
1092 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_error 504 504
1093 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_error 505 505
1094 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_snapshot 509 513
1095 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_error 511 511
1096 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names fallback method supports unknown bullets (#1364) expect_error 512 512
1097 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message(prefix = TRUE) propagates warning style across parent errors (#1387) expect_false 532 532
1098 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message(prefix = TRUE) propagates warning style across parent errors (#1387) expect_true 533 533
1099 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names arguments are highlighted but code spans are not expect_snapshot 546 550
1100 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names chained errors may have empty messages expect_snapshot 556 559
1101 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names chained errors may have empty messages expect_snapshot 563 566
1102 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names chained errors may have empty messages expect_snapshot 570 573
1103 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message() returns a single string expect_length 585 585
1104 test-cnd-message.R test_that: format_error_bullets() formats bullets depending on names cnd_message() returns a single string expect_length 588 588
1105 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signallers support character vectors as message parameter expect_message 9 14
1106 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signallers support character vectors as message parameter expect_warning 11 11
1107 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signallers support character vectors as message parameter expect_error 12 12
1108 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signallers support character vectors as message parameter expect_condition 13 13
1109 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts cnd_signal() and signal() returns NULL invisibly expect_identical 16 19
1110 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts cnd_signal() and signal() returns NULL invisibly expect_identical 18 18
1111 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal() accepts character vectors of classes (#195) expect_identical 22 24
1112 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_message 29 29
1113 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_identical 30 30
1114 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_warning2 32 32
1115 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_identical 33 33
1116 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_error 35 35
1117 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass condition metadata expect_identical 36 36
1118 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can signal and catch interrupts expect_s3_class 39 41
1119 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can signal interrupts with cnd_signal() expect_s3_class 46 46
1120 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_true 50 55
1121 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_condition 51 51
1122 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_true 52 52
1123 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_message 52 52
1124 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_true 53 53
1125 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_warning2 53 53
1126 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_true 54 54
1127 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts conditions have correct subclasses expect_error 54 54
1128 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts cnd_signal() creates a backtrace if needed expect_snapshot 69 69
1129 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() does not append newlines to message expect_equal 72 81
1130 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() does not append newlines to message expect_message 74 74
1131 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() does not append newlines to message expect_equal 77 80
1132 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() does not append newlines to message expect_message 78 78
1133 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts condition signallers can be called without arguments expect_message 83 89
1134 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts condition signallers can be called without arguments expect_warning 87 87
1135 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts condition signallers can be called without arguments expect_error 88 88
1136 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() returns invisibly expect_message 91 93
1137 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() returns invisibly expect_invisible 92 92
1138 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_warning 98 101
1139 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_warning 102 105
1140 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_warning 107 110
1141 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_no_warning 111 113
1142 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_warning 115 118
1143 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() respects frequency expect_no_warning 119 121
1144 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_message 127 130
1145 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_message 131 134
1146 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_message 136 139
1147 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_no_message 140 142
1148 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_message 144 147
1149 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() respects frequency expect_no_message 148 150
1150 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() and inform() use different periodicity environments expect_message 159 162
1151 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warn() and inform() use different periodicity environments expect_warning 163 166
1152 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts periodic messages can be forced expect_warning 171 174
1153 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts periodic messages can be forced expect_warning 175 178
1154 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts messages can be silenced expect_message 186 186
1155 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts messages can be silenced expect_warning 187 187
1156 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts .frequency_id is mandatory expect_error 190 192
1157 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts cnd_signal() is a no-op with NULL expect_null 194 196
1158 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() behaves consistently in interactive and non-interactive sessions (#1037) expect_equal 202 202
1159 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() behaves consistently in interactive and non-interactive sessions (#1037) expect_equal 203 203
1160 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() behaves consistently in interactive and non-interactive sessions (#1037) expect_equal 208 208
1161 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() behaves consistently in interactive and non-interactive sessions (#1037) expect_equal 209 209
1162 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts inform() and warn() with recurrent footer handle newlines correctly expect_snapshot 212 220
1163 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warning.length is increased (#1211) expect_true 225 225
1164 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warning.length is increased (#1211) expect_true 229 229
1165 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts warning.length is increased (#1211) expect_true 234 234
1166 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts interrupt() doesn’t fail when interrupts are suspended (#1224) expect_true 257 257
1167 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts frequency has good error messages expect_snapshot 260 265
1168 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts frequency has good error messages expect_error 262 262
1169 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts frequency has good error messages expect_error 263 263
1170 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_equal 274 278
1171 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_equal 276 276
1172 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_true 277 277
1173 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_lazy_bullets 280 280
1174 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_lazy_bullets 281 281
1175 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can pass use_cli_format as condition field expect_lazy_bullets 282 282
1176 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal functions check inputs expect_snapshot 285 292
1177 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal functions check inputs expect_error 287 287
1178 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal functions check inputs expect_error 288 288
1179 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal functions check inputs expect_error 289 289
1180 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts signal functions check inputs expect_error 290 290
1181 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts cnd_signal() sets call expect_equal 299 299
1182 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can reset verbosity expect_warning 305 307
1183 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can reset verbosity expect_no_warning 308 310
1184 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts can reset verbosity expect_warning 314 316
1185 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_false 321 321
1186 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_false 324 324
1187 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_false 327 327
1188 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_true 330 330
1189 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_true 333 333
1190 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts downgraded conditions are not inherited (#1573) expect_true 336 336
1191 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts error_cnd() still accepts .subclass expect_snapshot 350 356
1192 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts error_cnd() still accepts .subclass expect_equal 350 356
1193 test-cnd-signal.R test_that: cnd_signal() creates muffle restarts error_cnd() still accepts .subclass expect_error 355 355
1194 test-cnd.R error_cnd() checks its fields error_cnd() checks its fields expect_no_error 3 8
1195 test-cnd.R error_cnd() checks its fields error_cnd() checks its fields expect_error 5 5
1196 test-cnd.R error_cnd() checks its fields error_cnd() checks its fields expect_no_error 6 6
1197 test-cnd.R error_cnd() checks its fields error_cnd() checks its fields expect_error 7 7
1198 test-cnd.R error_cnd() checks its fields can use conditionMessage() method in subclasses of rlang errors expect_snapshot 22 25
1199 test-cnd.R error_cnd() checks its fields rlang_error.print() calls cnd_message() methods expect_snapshot 43 43
1200 test-cnd.R error_cnd() checks its fields Overlapping backtraces are printed separately expect_snapshot 76 78
1201 test-cnd.R error_cnd() checks its fields Overlapping backtraces are printed separately expect_snapshot 79 81
1202 test-cnd.R error_cnd() checks its fields Overlapping backtraces are printed separately expect_snapshot_trace 82 82
1203 test-cnd.R error_cnd() checks its fields 3-level ancestry works (#1248) expect_snapshot 112 112
1204 test-cnd.R error_cnd() checks its fields summary.rlang_error() prints full backtrace expect_snapshot 134 134
1205 test-cnd.R error_cnd() checks its fields can take the str() of an rlang error (#615) expect_output 139 139
1206 test-cnd.R error_cnd() checks its fields can take the str() of an rlang error (#615) expect_no_error 139 139
1207 test-cnd.R error_cnd() checks its fields don’t print message or backtrace fields if empty expect_snapshot 144 144
1208 test-cnd.R error_cnd() checks its fields base parent errors are printed with rlang method expect_snapshot 150 150
1209 test-cnd.R error_cnd() checks its fields errors are printed with call expect_snapshot 156 156
1210 test-cnd.R error_cnd() checks its fields calls are consistently displayed on rethrow (#1240) expect_snapshot 176 179
1211 test-cnd.R error_cnd() checks its fields calls are consistently displayed on rethrow (#1240) expect_error 177 177
1212 test-cnd.R error_cnd() checks its fields calls are consistently displayed on rethrow (#1240) expect_error 178 178
1213 test-cnd.R error_cnd() checks its fields external backtraces are displayed (#1098) expect_snapshot 207 210
1214 test-cnd.R error_cnd() checks its fields rethrowing from an exiting handler expect_snapshot_trace 233 233
1215 test-cnd.R error_cnd() checks its fields cnd() constructs all fields expect_identical 238 238
1216 test-cnd.R error_cnd() checks its fields cnd() constructs all fields expect_s3_class 239 239
1217 test-cnd.R error_cnd() checks its fields cnd() throws with unnamed fields expect_error 242 244
1218 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_error 246 255
1219 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_error 248 248
1220 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_error 249 249
1221 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_identical 250 250
1222 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_identical 251 251
1223 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_identical 252 252
1224 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_identical 253 253
1225 test-cnd.R error_cnd() checks its fields cnd_type() detects condition type expect_identical 254 254
1226 test-cnd.R error_cnd() checks its fields bare conditions must be subclassed expect_snapshot 257 262
1227 test-cnd.R error_cnd() checks its fields bare conditions must be subclassed expect_error 259 259
1228 test-cnd.R error_cnd() checks its fields bare conditions must be subclassed expect_error 260 260
1229 test-cnd.R error_cnd() checks its fields predicates match condition classes expect_true 264 269
1230 test-cnd.R error_cnd() checks its fields predicates match condition classes expect_false 266 266
1231 test-cnd.R error_cnd() checks its fields predicates match condition classes expect_true 267 267
1232 test-cnd.R error_cnd() checks its fields predicates match condition classes expect_true 268 268
1233 test-cnd.R error_cnd() checks its fields warn() and inform() signal subclassed conditions expect_equal 274 274
1234 test-cnd.R error_cnd() checks its fields warn() and inform() signal subclassed conditions expect_equal 275 275
1235 test-cnd.R error_cnd() checks its fields check for duplicate condition fields (#1268) expect_error 278 281
1236 test-cnd.R error_cnd() checks its fields check for duplicate condition fields (#1268) expect_error 280 280
1237 test-cnd.R error_cnd() checks its fields cnd_type_header() formats condition classes expect_snapshot 283 290
1238 test-cnd.R error_cnd() checks its fields can format warnings and other conditions expect_snapshot_output 301 301
1239 test-cnd.R error_cnd() checks its fields can format warnings and other conditions expect_snapshot_output 310 310
1240 test-cnd.R error_cnd() checks its fields can format warnings and other conditions expect_snapshot_output 319 319
1241 test-cnd.R error_cnd() checks its fields warnings and messages have summary() methods expect_snapshot 325 330
1242 test-cnd.R error_cnd() checks its fields cnd ctors check arguments expect_snapshot 333 339
1243 test-cnd.R error_cnd() checks its fields cnd ctors check arguments expect_error 335 335
1244 test-cnd.R error_cnd() checks its fields cnd ctors check arguments expect_error 336 336
1245 test-cnd.R error_cnd() checks its fields cnd ctors check arguments expect_error 337 337
1246 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_false 341 351
1247 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_true 344 344
1248 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_false 345 345
1249 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_true 348 348
1250 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_true 349 349
1251 test-cnd.R error_cnd() checks its fields cnd_inherits() detects parent classes (#1293) expect_false 350 350
1252 test-cnd.R error_cnd() checks its fields picks up cli format flag expect_snapshot 355 359
1253 test-cnd.R error_cnd() checks its fields picks up cli format flag expect_snapshot 362 366
1254 test-cnd.R error_cnd() checks its fields picks up caller frame expect_equal 372 375
1255 test-cnd.R error_cnd() checks its fields picks up caller frame expect_equal 376 379
1256 test-cnd.R error_cnd() checks its fields picks up caller frame expect_equal 380 383
1257 test-cnd.R error_cnd() checks its fields picks up caller frame expect_equal 385 388
1258 test-cnd.R error_cnd() checks its fields cnd_inherits() checks inherit field (#1573) expect_false 393 393
1259 test-cnd.R error_cnd() checks its fields cnd_inherits() checks inherit field (#1573) expect_true 394 394
1260 test-cnd.R error_cnd() checks its fields cnd_inherits() checks inherit field (#1573) expect_true 397 397
1261 test-cnd.R error_cnd() checks its fields cnd_inherits() checks inherit field (#1573) expect_true 402 402
1262 test-cnd.R error_cnd() checks its fields cnd_inherits() checks inherit field (#1573) expect_false 403 403
1263 test-deparse.R test_that: line_push() adds indentation line_push() doesn’t make a new line if current is only spaces expect_identical 6 8
1264 test-deparse.R test_that: line_push() adds indentation line_push() trims trailing spaces expect_identical 10 12
1265 test-deparse.R test_that: line_push() adds indentation line_push() doesn’t trim trailing spaces on sticky inputs expect_identical 14 16
1266 test-deparse.R test_that: line_push() adds indentation sticky input sticks expect_identical 18 20
1267 test-deparse.R test_that: line_push() adds indentation line_push() respects boundaries expect_identical 22 26
1268 test-deparse.R test_that: line_push() adds indentation line_push() respects boundaries expect_identical 24 24
1269 test-deparse.R test_that: line_push() adds indentation line_push() respects boundaries expect_identical 25 25
1270 test-deparse.R test_that: line_push() adds indentation line_push() handles the nchar(line) == boundary case expect_identical 28 30
1271 test-deparse.R test_that: line_push() adds indentation line_push() strips ANSI codes before computing overflow expect_identical 37 37
1272 test-deparse.R test_that: line_push() adds indentation line_push() strips ANSI codes before computing overflow expect_identical 38 38
1273 test-deparse.R test_that: line_push() adds indentation can push several lines (useful for default base deparser) expect_identical 41 43
1274 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 45 52
1275 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 47 47
1276 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 48 48
1277 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 49 49
1278 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 50 50
1279 test-deparse.R test_that: line_push() adds indentation control flow is deparsed expect_identical 51 51
1280 test-deparse.R test_that: line_push() adds indentation functions defs increase indent expect_identical 56 56
1281 test-deparse.R test_that: line_push() adds indentation functions defs increase indent expect_identical 59 59
1282 test-deparse.R test_that: line_push() adds indentation blocks are deparsed expect_identical 62 69
1283 test-deparse.R test_that: line_push() adds indentation blocks are deparsed expect_identical_ 64 64
1284 test-deparse.R test_that: line_push() adds indentation blocks are deparsed expect_identical 68 68
1285 test-deparse.R test_that: line_push() adds indentation multiple openers on the same line only trigger one indent expect_identical 73 73
1286 test-deparse.R test_that: line_push() adds indentation multiple openers on the same line only trigger one indent expect_identical 76 76
1287 test-deparse.R test_that: line_push() adds indentation multiple openers on the same line are correctly reset expect_identical 79 81
1288 test-deparse.R test_that: line_push() adds indentation parentheses are deparsed expect_identical 83 87
1289 test-deparse.R test_that: line_push() adds indentation parentheses are deparsed expect_identical 85 85
1290 test-deparse.R test_that: line_push() adds indentation parentheses are deparsed expect_identical 86 86
1291 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 89 113
1292 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 91 91
1293 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 92 92
1294 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 93 93
1295 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 94 94
1296 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 95 95
1297 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 96 96
1298 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 97 97
1299 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 98 98
1300 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 99 99
1301 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 100 100
1302 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 101 101
1303 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 102 102
1304 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 103 103
1305 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 104 104
1306 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 105 105
1307 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 106 106
1308 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 107 107
1309 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 108 108
1310 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 109 109
1311 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 110 110
1312 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 111 111
1313 test-deparse.R test_that: line_push() adds indentation spaced operators are deparsed expect_identical 112 112
1314 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 115 122
1315 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 117 117
1316 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 118 118
1317 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 119 119
1318 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 120 120
1319 test-deparse.R test_that: line_push() adds indentation unspaced operators are deparsed expect_identical 121 121
1320 test-deparse.R test_that: line_push() adds indentation operands are wrapped in parentheses to ensure correct predecence expect_identical_ 124 132
1321 test-deparse.R test_that: line_push() adds indentation operands are wrapped in parentheses to ensure correct predecence expect_identical_ 126 126
1322 test-deparse.R test_that: line_push() adds indentation operands are wrapped in parentheses to ensure correct predecence expect_identical_ 130 130
1323 test-deparse.R test_that: line_push() adds indentation operands are wrapped in parentheses to ensure correct predecence expect_identical_ 131 131
1324 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical 134 144
1325 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical 136 136
1326 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical 137 137
1327 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical_ 138 138
1328 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical_ 139 139
1329 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical_ 140 140
1330 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical_ 141 141
1331 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical 142 142
1332 test-deparse.R test_that: line_push() adds indentation unary operators are deparsed expect_identical 143 143
1333 test-deparse.R test_that: line_push() adds indentation brackets are deparsed expect_identical 146 154
1334 test-deparse.R test_that: line_push() adds indentation brackets are deparsed expect_identical 148 148
1335 test-deparse.R test_that: line_push() adds indentation brackets are deparsed expect_identical 151 151
1336 test-deparse.R test_that: line_push() adds indentation brackets are deparsed expect_identical 153 153
1337 test-deparse.R test_that: line_push() adds indentation calls are deparsed expect_identical 156 159
1338 test-deparse.R test_that: line_push() adds indentation calls are deparsed expect_identical 158 158
1339 test-deparse.R test_that: line_push() adds indentation call_deparse() respects boundaries expect_identical 163 163
1340 test-deparse.R test_that: line_push() adds indentation call_deparse() respects boundaries expect_identical 166 166
1341 test-deparse.R test_that: line_push() adds indentation call_deparse() respects boundaries expect_identical 169 169
1342 test-deparse.R test_that: line_push() adds indentation call_deparse() respects boundaries expect_identical 172 172
1343 test-deparse.R test_that: line_push() adds indentation call_deparse() handles multi-line arguments expect_identical 177 177
1344 test-deparse.R test_that: line_push() adds indentation call_deparse() handles multi-line arguments expect_identical 180 180
1345 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 186 186
1346 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_equal 192 192
1347 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 195 195
1348 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 196 196
1349 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 199 199
1350 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 200 200
1351 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 203 203
1352 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 204 204
1353 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 207 207
1354 test-deparse.R test_that: line_push() adds indentation call_deparse() delimits CAR when needed expect_identical 208 208
1355 test-deparse.R test_that: line_push() adds indentation literal functions are deparsed expect_identical_ 211 214
1356 test-deparse.R test_that: line_push() adds indentation literal functions are deparsed expect_identical_ 213 213
1357 test-deparse.R test_that: line_push() adds indentation literal dots are deparsed expect_identical_ 218 218
1358 test-deparse.R test_that: line_push() adds indentation environments are deparsed expect_identical 221 223
1359 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 225 232
1360 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 227 227
1361 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 228 228
1362 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 229 229
1363 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 230 230
1364 test-deparse.R test_that: line_push() adds indentation atomic vectors are deparsed expect_identical 231 231
1365 test-deparse.R test_that: line_push() adds indentation boundaries are respected when deparsing vectors expect_identical_ 237 237
1366 test-deparse.R test_that: line_push() adds indentation boundaries are respected when deparsing vectors expect_identical 240 240
1367 test-deparse.R test_that: line_push() adds indentation scalar atomic vectors are simply printed expect_identical 243 249
1368 test-deparse.R test_that: line_push() adds indentation scalar atomic vectors are simply printed expect_identical 245 245
1369 test-deparse.R test_that: line_push() adds indentation scalar atomic vectors are simply printed expect_identical 246 246
1370 test-deparse.R test_that: line_push() adds indentation scalar atomic vectors are simply printed expect_identical 247 247
1371 test-deparse.R test_that: line_push() adds indentation scalar atomic vectors are simply printed expect_identical 248 248
1372 test-deparse.R test_that: line_push() adds indentation scalar raw vectors are printed in long form expect_identical 251 253
1373 test-deparse.R test_that: line_push() adds indentation literal lists are deparsed expect_identical 255 257
1374 test-deparse.R test_that: line_push() adds indentation long vectors are truncated by default expect_identical 259 262
1375 test-deparse.R test_that: line_push() adds indentation long vectors are truncated by default expect_identical 261 261
1376 test-deparse.R test_that: line_push() adds indentation long vectors are truncated when max_elements = 0L expect_identical 266 266
1377 test-deparse.R test_that: line_push() adds indentation long vectors are truncated when max_elements = 0L expect_identical 269 269
1378 test-deparse.R test_that: line_push() adds indentation long vectors are not truncated when max_elements = NULL expect_identical 274 274
1379 test-deparse.R test_that: line_push() adds indentation long vectors are not truncated when max_elements = NULL expect_identical 277 277
1380 test-deparse.R test_that: line_push() adds indentation other objects are deparsed with base deparser expect_identical_ 280 283
1381 test-deparse.R test_that: line_push() adds indentation other objects are deparsed with base deparser expect_identical_ 282 282
1382 test-deparse.R test_that: line_push() adds indentation S3 objects are deparsed expect_identical 288 288
1383 test-deparse.R test_that: line_push() adds indentation successive indentations on a single line are only counted once expect_identical 294 294
1384 test-deparse.R test_that: line_push() adds indentation successive indentations on a single line are only counted once expect_identical 298 298
1385 test-deparse.R test_that: line_push() adds indentation successive indentations close off properly expect_identical 301 305
1386 test-deparse.R test_that: line_push() adds indentation successive indentations close off properly expect_identical 303 303
1387 test-deparse.R test_that: line_push() adds indentation successive indentations close off properly expect_identical 304 304
1388 test-deparse.R test_that: line_push() adds indentation empty quosures are deparsed expect_identical 307 309
1389 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 311 330
1390 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 313 313
1391 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 314 314
1392 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 315 315
1393 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 316 316
1394 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 317 317
1395 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 319 319
1396 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 320 320
1397 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 321 321
1398 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 323 323
1399 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 325 325
1400 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 326 326
1401 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 327 327
1402 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 328 328
1403 test-deparse.R test_that: line_push() adds indentation missing values are deparsed expect_identical 329 329
1404 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_true 332 344
1405 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_false 335 335
1406 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_true 337 337
1407 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_true 338 338
1408 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_true 339 339
1409 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_false 341 341
1410 test-deparse.R test_that: line_push() adds indentation needs_backticks() detects non-syntactic symbols expect_false 343 343
1411 test-deparse.R test_that: line_push() adds indentation expr_text() and expr_name() interpret unicode tags (#611) expect_identical 346 350
1412 test-deparse.R test_that: line_push() adds indentation expr_text() and expr_name() interpret unicode tags (#611) expect_identical 348 348
1413 test-deparse.R test_that: line_push() adds indentation expr_text() and expr_name() interpret unicode tags (#611) expect_identical 349 349
1414 test-deparse.R test_that: line_push() adds indentation expr_text() deparses non-syntactic symbols with backticks (#211) expect_identical 352 356
1415 test-deparse.R test_that: line_push() adds indentation expr_text() deparses non-syntactic symbols with backticks (#211) expect_identical 354 354
1416 test-deparse.R test_that: line_push() adds indentation expr_text() deparses non-syntactic symbols with backticks (#211) expect_identical 355 355
1417 test-deparse.R test_that: line_push() adds indentation expr_text() deparses empty arguments expect_identical 358 362
1418 test-deparse.R test_that: line_push() adds indentation expr_text() deparses empty arguments expect_identical 360 360
1419 test-deparse.R test_that: line_push() adds indentation expr_text() deparses empty arguments expect_identical 361 361
1420 test-deparse.R test_that: line_push() adds indentation expr_name() deparses empty arguments expect_identical 364 369
1421 test-deparse.R test_that: line_push() adds indentation expr_name() deparses empty arguments expect_identical 366 366
1422 test-deparse.R test_that: line_push() adds indentation expr_name() deparses empty arguments expect_identical 367 367
1423 test-deparse.R test_that: line_push() adds indentation expr_name() deparses empty arguments expect_identical 368 368
1424 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles newlines in strings (#484) expect_identical 374 374
1425 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles newlines in strings (#484) expect_output 375 375
1426 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles newlines in strings (#484) expect_identical 378 378
1427 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 381 391
1428 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 383 383
1429 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 384 384
1430 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 385 385
1431 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 386 386
1432 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 387 387
1433 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 388 388
1434 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 389 389
1435 test-deparse.R test_that: line_push() adds indentation expr_deparse() handles ANSI escapes in strings expect_identical 390 390
1436 test-deparse.R test_that: line_push() adds indentation as_label() and expr_name() handles .data pronoun expect_identical 393 398
1437 test-deparse.R test_that: line_push() adds indentation as_label() and expr_name() handles .data pronoun expect_identical 395 395
1438 test-deparse.R test_that: line_push() adds indentation as_label() and expr_name() handles .data pronoun expect_identical 396 396
1439 test-deparse.R test_that: line_push() adds indentation as_label() and expr_name() handles .data pronoun expect_identical 397 397
1440 test-deparse.R test_that: line_push() adds indentation as_label() handles literals expect_identical 400 406
1441 test-deparse.R test_that: line_push() adds indentation as_label() handles literals expect_identical 402 402
1442 test-deparse.R test_that: line_push() adds indentation as_label() handles literals expect_identical 403 403
1443 test-deparse.R test_that: line_push() adds indentation as_label() handles literals expect_identical 404 404
1444 test-deparse.R test_that: line_push() adds indentation as_label() handles literals expect_identical 405 405
1445 test-deparse.R test_that: line_push() adds indentation as_label() handles objects expect_identical 410 410
1446 test-deparse.R test_that: line_push() adds indentation as_label() handles objects expect_identical 411 411
1447 test-deparse.R test_that: line_push() adds indentation bracket deparsing is a form of argument deparsing expect_identical 414 420
1448 test-deparse.R test_that: line_push() adds indentation bracket deparsing is a form of argument deparsing expect_identical 416 416
1449 test-deparse.R test_that: line_push() adds indentation bracket deparsing is a form of argument deparsing expect_identical 419 419
1450 test-deparse.R test_that: line_push() adds indentation non-syntactic symbols are deparsed with backticks expect_identical 422 426
1451 test-deparse.R test_that: line_push() adds indentation non-syntactic symbols are deparsed with backticks expect_identical 424 424
1452 test-deparse.R test_that: line_push() adds indentation non-syntactic symbols are deparsed with backticks expect_identical 425 425
1453 test-deparse.R test_that: line_push() adds indentation symbols with unicode are deparsed consistently (#691) expect_identical 431 431
1454 test-deparse.R test_that: line_push() adds indentation symbols with unicode are deparsed consistently (#691) expect_identical 432 432
1455 test-deparse.R test_that: line_push() adds indentation symbols with unicode are deparsed consistently (#691) expect_identical 434 434
1456 test-deparse.R test_that: line_push() adds indentation symbols with unicode are deparsed consistently (#691) expect_identical 435 435
1457 test-deparse.R test_that: line_push() adds indentation formal parameters are backticked if needed expect_identical 438 440
1458 test-deparse.R test_that: line_push() adds indentation empty blocks are deparsed on the same line expect_identical 442 444
1459 test-deparse.R test_that: line_push() adds indentation top-level S3 objects are deparsed expect_identical 449 449
1460 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 461 470
1461 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 463 463
1462 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 464 464
1463 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 465 465
1464 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 466 466
1465 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 467 467
1466 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 468 468
1467 test-deparse.R test_that: line_push() adds indentation as_label() supports symbols, calls, and literals expect_identical 469 469
1468 test-deparse.R test_that: line_push() adds indentation as_label() supports special objects expect_match 472 478
1469 test-deparse.R test_that: line_push() adds indentation as_label() supports special objects expect_identical 474 474
1470 test-deparse.R test_that: line_push() adds indentation as_label() supports special objects expect_identical 475 475
1471 test-deparse.R test_that: line_push() adds indentation as_label() supports special objects expect_identical 476 476
1472 test-deparse.R test_that: line_push() adds indentation as_label() supports special objects expect_identical 477 477
1473 test-deparse.R test_that: line_push() adds indentation as_name() supports quosured symbols and strings expect_identical 480 484
1474 test-deparse.R test_that: line_push() adds indentation as_name() supports quosured symbols and strings expect_identical 482 482
1475 test-deparse.R test_that: line_push() adds indentation as_name() supports quosured symbols and strings expect_error 483 483
1476 test-deparse.R test_that: line_push() adds indentation named empty lists are marked as named expect_identical 486 488
1477 test-deparse.R test_that: line_push() adds indentation infix operators are sticky expect_identical 490 493
1478 test-deparse.R test_that: line_push() adds indentation infix operators are sticky expect_identical 492 492
1479 test-deparse.R test_that: line_push() adds indentation argument names are backticked if needed (#950) expect_identical 495 497
1480 test-deparse.R test_that: line_push() adds indentation next and break are deparsed expect_equal 499 502
1481 test-deparse.R test_that: line_push() adds indentation next and break are deparsed expect_equal 501 501
1482 test-deparse.R test_that: line_push() adds indentation double colon is never wrapped (#1072) expect_identical 504 520
1483 test-deparse.R test_that: line_push() adds indentation double colon is never wrapped (#1072) expect_identical 509 515
1484 test-deparse.R test_that: line_push() adds indentation double colon is never wrapped (#1072) expect_identical 516 519
1485 test-deparse.R test_that: line_push() adds indentation triple colon is never wrapped (#1072) expect_identical 522 538
1486 test-deparse.R test_that: line_push() adds indentation triple colon is never wrapped (#1072) expect_identical 527 533
1487 test-deparse.R test_that: line_push() adds indentation triple colon is never wrapped (#1072) expect_identical 534 537
1488 test-deparse.R test_that: line_push() adds indentation backslashes in strings are properly escaped (#1160) expect_equal 540 567
1489 test-deparse.R test_that: line_push() adds indentation backslashes in strings are properly escaped (#1160) expect_equal 547 550
1490 test-deparse.R test_that: line_push() adds indentation backslashes in strings are properly escaped (#1160) expect_equal 553 556
1491 test-deparse.R test_that: line_push() adds indentation backslashes in strings are properly escaped (#1160) expect_equal 559 562
1492 test-deparse.R test_that: line_push() adds indentation backslashes in strings are properly escaped (#1160) expect_equal 563 566
1493 test-deparse.R test_that: line_push() adds indentation formulas are deparsed (#1169) expect_equal 569 591
1494 test-deparse.R test_that: line_push() adds indentation formulas are deparsed (#1169) expect_equal 577 580
1495 test-deparse.R test_that: line_push() adds indentation formulas are deparsed (#1169) expect_equal 583 586
1496 test-deparse.R test_that: line_push() adds indentation formulas are deparsed (#1169) expect_equal 587 590
1497 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 595 595
1498 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 596 596
1499 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 599 599
1500 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 600 600
1501 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 603 603
1502 test-deparse.R test_that: line_push() adds indentation matrices and arrays are formatted (#383) expect_equal 604 604
1503 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 607 679
1504 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 613 616
1505 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 618 623
1506 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 625 628
1507 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 630 633
1508 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 636 639
1509 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 643 648
1510 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 653 656
1511 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 657 660
1512 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 662 665
1513 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 666 669
1514 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 671 674
1515 test-deparse.R test_that: line_push() adds indentation infix operators are labelled (#956, r-lib/testthat#1432) expect_equal 675 678
1516 test-deparse.R test_that: line_push() adds indentation binary op without arguments expect_equal 681 694
1517 test-deparse.R test_that: line_push() adds indentation binary op without arguments expect_equal 686 689
1518 test-deparse.R test_that: line_push() adds indentation binary op without arguments expect_equal 690 693
1519 test-deparse.R test_that: line_push() adds indentation call_deparse_highlight() handles long lists of arguments (#1456) expect_equal 707 710
1520 test-deparse.R test_that: line_push() adds indentation call_deparse_highlight() handles multi-line arguments (#1456) expect_equal 721 724
1521 test-deparse.R test_that: line_push() adds indentation embrace operator is deparsed (#1511) expect_equal_ 727 737
1522 test-deparse.R test_that: line_push() adds indentation embrace operator is deparsed (#1511) expect_equal_ 733 736
1523 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn even at depth expect_warning 15 17
1524 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn even at depth expect_identical 16 16
1525 test-deprecated-vec-squash.R test_that: vectors and names are squashed lists are squashed expect_identical 23 23
1526 test-deprecated-vec-squash.R test_that: vectors and names are squashed squash_if() handles custom predicate expect_identical 32 32
1527 test-deprecated-vec-squash.R test_that: vectors and names are squashed vectors and names are flattened expect_identical 41 41
1528 test-deprecated-vec-squash.R test_that: vectors and names are squashed vectors and names are flattened expect_identical 42 42
1529 test-deprecated-vec-squash.R test_that: vectors and names are squashed vectors and names are flattened expect_error 43 43
1530 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn when flattening expect_warning 49 49
1531 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn when flattening expect_identical 49 49
1532 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn when flattening expect_warning 50 50
1533 test-deprecated-vec-squash.R test_that: vectors and names are squashed bad outer names warn when flattening expect_identical 50 50
1534 test-deprecated-vec-squash.R test_that: vectors and names are squashed lists are flattened expect_identical 57 57
1535 test-deprecated-vec-squash.R test_that: vectors and names are squashed lists are flattened expect_identical 58 58
1536 test-deprecated-vec-squash.R test_that: vectors and names are squashed lists are flattened expect_identical 59 59
1537 test-deprecated-vec-squash.R test_that: vectors and names are squashed lists are flattened expect_identical 60 60
1538 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten() checks type of splice box contents and coerces to list expect_identical 66 66
1539 test-deprecated-vec-squash.R test_that: vectors and names are squashed is_spliced_bare() is TRUE for bare lists expect_true 72 72
1540 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten_if() handles custom predicate expect_identical 81 81
1541 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten_if() handles custom predicate expect_identical 82 82
1542 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten_if() handles custom predicate expect_identical 85 85
1543 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten() splices names expect_warning 91 96
1544 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten() splices names expect_identical 92 95
1545 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten() splices names expect_warning 97 102
1546 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten() splices names expect_identical 98 101
1547 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 109 109
1548 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 110 110
1549 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 111 111
1550 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 112 112
1551 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 115 115
1552 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed flatten return typed vectors expect_identical 118 118
1553 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 125 125
1554 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 126 126
1555 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 127 127
1556 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 128 128
1557 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 131 131
1558 test-deprecated-vec-squash.R test_that: vectors and names are squashed typed squash return typed vectors expect_identical 134 134
1559 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten_if() and squash_if() handle primitive functions expect_identical 140 140
1560 test-deprecated-vec-squash.R test_that: vectors and names are squashed flatten_if() and squash_if() handle primitive functions expect_identical 141 141
1561 test-deprecated-vec-squash.R test_that: vectors and names are squashed only lists can be flattened (#868, #885) expect_error 147 147
1562 test-deprecated-vec-squash.R test_that: vectors and names are squashed only lists can be flattened (#868, #885) expect_error 148 148
1563 test-deprecated.R test_that: type_of() returns correct type Unicode escapes are converted to UTF8 characters in env_names() expect_identical 24 24
1564 test-deprecated.R test_that: type_of() returns correct type no method dispatch expect_identical 32 32
1565 test-deprecated.R test_that: type_of() returns correct type no method dispatch expect_identical 35 35
1566 test-deprecated.R test_that: type_of() returns correct type input is left intact expect_identical 43 43
1567 test-deprecated.R test_that: type_of() returns correct type as_list() zaps attributes expect_identical 49 49
1568 test-deprecated.R test_that: type_of() returns correct type as_list() only coerces vector or dictionary types expect_identical 55 55
1569 test-deprecated.R test_that: type_of() returns correct type as_list() only coerces vector or dictionary types expect_error 56 56
1570 test-deprecated.R test_that: type_of() returns correct type as_list() bypasses environment method and leaves input intact expect_s3_class 66 66
1571 test-deprecated.R test_that: type_of() returns correct type as_list() bypasses environment method and leaves input intact expect_identical 67 67
1572 test-deprecated.R test_that: type_of() returns correct type as_integer() and as_logical() require integerish input expect_error 73 73
1573 test-deprecated.R test_that: type_of() returns correct type as_integer() and as_logical() require integerish input expect_error 74 74
1574 test-deprecated.R test_that: type_of() returns correct type names are preserved expect_identical 82 82
1575 test-deprecated.R test_that: type_of() returns correct type names are preserved expect_identical 83 83
1576 test-deprecated.R test_that: type_of() returns correct type as_character() support logical NA expect_identical 89 89
1577 test-deprecated.R test_that: type_of() returns correct type as_character() support logical NA expect_identical 90 90
1578 test-deprecated.R test_that: type_of() returns correct type can convert strings (#138) expect_identical 96 96
1579 test-deprecated.R test_that: type_of() returns correct type can convert strings (#138) expect_identical 97 97
1580 test-deprecated.R test_that: type_of() returns correct type set_attrs() fails with uncopyable types expect_error 106 106
1581 test-deprecated.R test_that: type_of() returns correct type set_attrs() called with NULL zaps attributes expect_identical 113 113
1582 test-deprecated.R test_that: type_of() returns correct type set_attrs() does not zap old attributes expect_named 121 121
1583 test-deprecated.R test_that: type_of() returns correct type invoke() buries arguments expect_identical 127 127
1584 test-deprecated.R test_that: type_of() returns correct type invoke() buries arguments expect_identical 128 128
1585 test-deprecated.R test_that: type_of() returns correct type invoke() buries arguments expect_identical 129 129
1586 test-deprecated.R test_that: type_of() returns correct type invoke() buries arguments expect_identical 130 130
1587 test-deprecated.R test_that: type_of() returns correct type invoke() can be called without arguments expect_identical 136 136
1588 test-deprecated.R test_that: type_of() returns correct type invoke() can be called without arguments expect_identical 137 137
1589 test-deprecated.R test_that: type_of() returns correct type quo_expr() still works expect_identical 144 144
1590 test-deprecated.R test_that: type_of() returns correct type call_fn() extracts function expect_identical 150 150
1591 test-deprecated.R test_that: type_of() returns correct type call_fn() looks up function in env expect_identical 160 160
1592 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_equal 173 173
1593 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_equal 174 174
1594 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_equal 175 175
1595 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_warning 176 176
1596 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_equal 176 176
1597 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_output 177 177
1598 test-deprecated.R test_that: type_of() returns correct type with_handlers() establishes inplace and exiting handlers expect_equal 177 177
1599 test-deprecated.R test_that: type_of() returns correct type with_handlers() propagates visibility expect_visible 183 183
1600 test-deprecated.R test_that: type_of() returns correct type with_handlers() propagates visibility expect_invisible 184 184
1601 test-deprecated.R test_that: type_of() returns correct type bare functions are treated as exiting handlers expect_identical 190 190
1602 test-deprecated.R test_that: type_of() returns correct type with_handlers() supports formula shortcut for lambdas expect_true 197 197
1603 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_no_message 203 205
1604 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_identical 204 204
1605 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_no_warning 206 208
1606 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_identical 207 207
1607 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_s3_class 209 212
1608 test-deprecated.R test_that: type_of() returns correct type can muffle conditions expect_identical 213 213
1609 test-dots-ellipsis.R test_that: error if dots not used error if dots not used by another function expect_error 20 20
1610 test-dots-ellipsis.R test_that: error if dots not used error if dots not used by another function expect_snapshot 22 24
1611 test-dots-ellipsis.R test_that: error if dots not used error if dots not used by another function expect_error 23 23
1612 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_null 32 32
1613 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_error 34 34
1614 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_error 35 35
1615 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_error 36 36
1616 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_error 37 37
1617 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_snapshot 39 41
1618 test-dots-ellipsis.R test_that: error if dots not used error if dots named expect_error 40 40
1619 test-dots-ellipsis.R test_that: error if dots not used error if if dots not empty expect_error 52 52
1620 test-dots-ellipsis.R test_that: error if dots not used error if if dots not empty expect_error 53 53
1621 test-dots-ellipsis.R test_that: error if dots not used error if if dots not empty expect_snapshot 55 58
1622 test-dots-ellipsis.R test_that: error if dots not used error if if dots not empty expect_error 56 56
1623 test-dots-ellipsis.R test_that: error if dots not used error if if dots not empty expect_error 57 57
1624 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_error 66 66
1625 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_warning 67 67
1626 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_message 68 68
1627 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_error 70 70
1628 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_warning 71 71
1629 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_message 72 72
1630 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_error 74 74
1631 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_warning 75 75
1632 test-dots-ellipsis.R test_that: error if dots not used can control the action (deprecated) expect_message 76 76
1633 test-dots-ellipsis.R test_that: error if dots not used warn if unused dots expect_error 87 87
1634 test-dots-ellipsis.R test_that: error if dots not used warn if unused dots expect_error 88 88
1635 test-dots-ellipsis.R test_that: error if dots not used warn if unused dots expect_error 89 89
1636 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_silent 96 96
1637 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_error 97 97
1638 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_silent 100 100
1639 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_error 101 101
1640 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_silent 104 104
1641 test-dots-ellipsis.R test_that: error if dots not used can supply error handler expect_error 105 105
1642 test-dots-ellipsis.R test_that: error if dots not used expression contents are mentioned expect_snapshot 111 117
1643 test-dots-ellipsis.R test_that: error if dots not used empty dots error mentions info bullets if any unnamed element expect_snapshot 122 126
1644 test-dots-ellipsis.R test_that: error if dots not used check_dots_empty() allows trailing missing arg (#1390) expect_null 132 132
1645 test-dots-ellipsis.R test_that: error if dots not used check_dots_empty() allows trailing missing arg (#1390) expect_snapshot 134 136
1646 test-dots-ellipsis.R test_that: error if dots not used check_dots_empty() allows trailing missing arg (#1390) expect_error 135 135
1647 test-dots.R test_that: exprs() without arguments creates an empty named list exprs() captures arguments forwarded with ... expect_identical 7 7
1648 test-dots.R test_that: exprs() without arguments creates an empty named list exprs() captures empty arguments expect_identical 10 12
1649 test-dots.R test_that: exprs() without arguments creates an empty named list dots are always named expect_named 14 20
1650 test-dots.R test_that: exprs() without arguments creates an empty named list dots are always named expect_named 16 16
1651 test-dots.R test_that: exprs() without arguments creates an empty named list dots are always named expect_named 19 19
1652 test-dots.R test_that: exprs() without arguments creates an empty named list dots can be spliced expect_identical 26 26
1653 test-dots.R test_that: exprs() without arguments creates an empty named list dots can be spliced expect_identical 27 27
1654 test-dots.R test_that: exprs() without arguments creates an empty named list dots can be spliced expect_identical 29 29
1655 test-dots.R test_that: exprs() without arguments creates an empty named list dots can be spliced expect_identical 32 32
1656 test-dots.R test_that: exprs() without arguments creates an empty named list interpolation by value does not guard formulas expect_identical 35 37
1657 test-dots.R test_that: exprs() without arguments creates an empty named list dots names can be unquoted expect_identical 39 41
1658 test-dots.R test_that: exprs() without arguments creates an empty named list can take forced dots with allowForced = FALSE expect_identical 48 48
1659 test-dots.R test_that: exprs() without arguments creates an empty named list captured dots are only named if names were supplied expect_null 53 53
1660 test-dots.R test_that: exprs() without arguments creates an empty named list captured dots are only named if names were supplied expect_identical 54 54
1661 test-dots.R test_that: exprs() without arguments creates an empty named list dots_values() handles forced dots expect_identical 62 62
1662 test-dots.R test_that: exprs() without arguments creates an empty named list dots_values() handles forced dots expect_identical 64 64
1663 test-dots.R test_that: exprs() without arguments creates an empty named list dots_values() handles forced dots expect_identical 65 65
1664 test-dots.R test_that: exprs() without arguments creates an empty named list empty arguments trigger meaningful error expect_snapshot 68 73
1665 test-dots.R test_that: exprs() without arguments creates an empty named list empty arguments trigger meaningful error expect_error 70 70
1666 test-dots.R test_that: exprs() without arguments creates an empty named list empty arguments trigger meaningful error expect_error 71 71
1667 test-dots.R test_that: exprs() without arguments creates an empty named list cleans empty arguments expect_identical 75 80
1668 test-dots.R test_that: exprs() without arguments creates an empty named list cleans empty arguments expect_identical 77 77
1669 test-dots.R test_that: exprs() without arguments creates an empty named list cleans empty arguments expect_identical 78 78
1670 test-dots.R test_that: exprs() without arguments creates an empty named list cleans empty arguments expect_identical 79 79
1671 test-dots.R test_that: exprs() without arguments creates an empty named list doesn’t clean named empty argument arguments expect_error 82 86
1672 test-dots.R test_that: exprs() without arguments creates an empty named list doesn’t clean named empty argument arguments expect_identical 84 84
1673 test-dots.R test_that: exprs() without arguments creates an empty named list doesn’t clean named empty argument arguments expect_identical 85 85
1674 test-dots.R test_that: exprs() without arguments creates an empty named list capturing dots by value only unquote-splices at top-level expect_identical_ 88 91
1675 test-dots.R test_that: exprs() without arguments creates an empty named list capturing dots by value only unquote-splices at top-level expect_identical_ 90 90
1676 test-dots.R test_that: exprs() without arguments creates an empty named list can’t unquote when capturing dots by value expect_identical 93 95
1677 test-dots.R test_that: exprs() without arguments creates an empty named list can splice NULL value expect_identical 97 100
1678 test-dots.R test_that: exprs() without arguments creates an empty named list can splice NULL value expect_identical 99 99
1679 test-dots.R test_that: exprs() without arguments creates an empty named list dots_splice() flattens lists expect_identical 104 104
1680 test-dots.R test_that: exprs() without arguments creates an empty named list dots_splice() flattens lists expect_identical 105 105
1681 test-dots.R test_that: exprs() without arguments creates an empty named list dots_splice() flattens lists expect_identical 106 106
1682 test-dots.R test_that: exprs() without arguments creates an empty named list dots_splice() doesn’t squash S3 objects expect_identical 112 112
1683 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 117 117
1684 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 118 118
1685 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 121 121
1686 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 122 122
1687 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 125 125
1688 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() splits named and unnamed dots expect_identical 126 126
1689 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() handles empty dots expect_identical 131 131
1690 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() handles empty dots expect_identical 132 132
1691 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() fails if .n_unnamed doesn’t match expect_error 135 142
1692 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() fails if .n_unnamed doesn’t match expect_error 137 137
1693 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() fails if .n_unnamed doesn’t match expect_identical 140 140
1694 test-dots.R test_that: exprs() without arguments creates an empty named list dots_split() fails if .n_unnamed doesn’t match expect_identical 141 141
1695 test-dots.R test_that: exprs() without arguments creates an empty named list can splice NULL and atomic vectors expect_identical 144 147
1696 test-dots.R test_that: exprs() without arguments creates an empty named list can splice NULL and atomic vectors expect_identical 146 146
1697 test-dots.R test_that: exprs() without arguments creates an empty named list can unquote quosures in LHS expect_identical 151 151
1698 test-dots.R test_that: exprs() without arguments creates an empty named list can unquote quosures in LHS expect_identical 152 152
1699 test-dots.R test_that: exprs() without arguments creates an empty named list can preserve empty arguments expect_identical 157 157
1700 test-dots.R test_that: exprs() without arguments creates an empty named list can preserve empty arguments expect_identical 158 158
1701 test-dots.R test_that: exprs() without arguments creates an empty named list can preserve empty arguments expect_identical 159 159
1702 test-dots.R test_that: exprs() without arguments creates an empty named list forced symbolic objects are not evaluated expect_identical_ 164 164
1703 test-dots.R test_that: exprs() without arguments creates an empty named list forced symbolic objects are not evaluated expect_identical_ 165 165
1704 test-dots.R test_that: exprs() without arguments creates an empty named list forced symbolic objects are not evaluated expect_identical_ 168 168
1705 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 171 182
1706 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 173 173
1707 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 175 175
1708 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 176 176
1709 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 180 180
1710 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors do not warn by default with bare <- arguments expect_no_warning 181 181
1711 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors can elect to warn with bare <- arguments expect_warning 184 190
1712 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors can elect to warn with bare <- arguments expect_warning 188 188
1713 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors can elect to warn with bare <- arguments expect_warning 189 189
1714 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors never warn for <- when option is set expect_no_warning 195 195
1715 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors never warn for <- when option is set expect_no_warning 198 198
1716 test-dots.R test_that: exprs() without arguments creates an empty named list dots collectors never warn for <- when option is set expect_no_warning 199 199
1717 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms is matched exactly expect_error 202 204
1718 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'first' matches first homonym expect_identical 212 212
1719 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'first' matches first homonym expect_identical 215 215
1720 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'first' matches first homonym expect_identical 218 218
1721 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'last' matches last homonym expect_identical 227 227
1722 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'last' matches last homonym expect_identical 230 230
1723 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = 'last' matches last homonym expect_identical 233 233
1724 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_identical 241 241
1725 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_identical 242 242
1726 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_snapshot 244 248
1727 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_error 245 245
1728 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_error 246 246
1729 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms = ‘error’ fails with homonyms expect_error 247 247
1730 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms works with spliced arguments expect_identical 253 253
1731 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms works with spliced arguments expect_identical 256 256
1732 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms works with spliced arguments expect_identical 259 259
1733 test-dots.R test_that: exprs() without arguments creates an empty named list can mix !!! and splice boxes expect_identical 262 264
1734 test-dots.R test_that: exprs() without arguments creates an empty named list list2() and dots_values() support splice boxes expect_identical 266 271
1735 test-dots.R test_that: exprs() without arguments creates an empty named list list2() and dots_values() support splice boxes expect_identical 270 270
1736 test-dots.R test_that: exprs() without arguments creates an empty named list dots_values() doesn’t splice expect_identical_ 275 275
1737 test-dots.R test_that: exprs() without arguments creates an empty named list dots_values() doesn’t splice expect_identical_ 276 276
1738 test-dots.R test_that: exprs() without arguments creates an empty named list !!! does not evaluate multiple times (#981) expect_identical 284 284
1739 test-dots.R test_that: exprs() without arguments creates an empty named list !!! does not evaluate multiple times (#981) expect_identical 288 288
1740 test-dots.R test_that: exprs() without arguments creates an empty named list !!! does not evaluate multiple times (#981) expect_identical 292 292
1741 test-dots.R test_that: exprs() without arguments creates an empty named list dots_list() optionally auto-names arguments (#957) expect_identical 295 316
1742 test-dots.R test_that: exprs() without arguments creates an empty named list dots_list() optionally auto-names arguments (#957) expect_identical 300 303
1743 test-dots.R test_that: exprs() without arguments creates an empty named list dots_list() optionally auto-names arguments (#957) expect_identical 304 307
1744 test-dots.R test_that: exprs() without arguments creates an empty named list dots_list() optionally auto-names arguments (#957) expect_identical 308 311
1745 test-dots.R test_that: exprs() without arguments creates an empty named list dots_list() optionally auto-names arguments (#957) expect_identical 312 315
1746 test-dots.R test_that: exprs() without arguments creates an empty named list .ignore_empty is matched expect_snapshot 318 326
1747 test-dots.R test_that: exprs() without arguments creates an empty named list .ignore_empty is matched expect_error 321 321
1748 test-dots.R test_that: exprs() without arguments creates an empty named list .ignore_empty is matched expect_error 324 324
1749 test-dots.R test_that: exprs() without arguments creates an empty named list .named can be NULL (default names) or FALSE (minimal names) expect_equal 329 347
1750 test-dots.R test_that: exprs() without arguments creates an empty named list .named can be NULL (default names) or FALSE (minimal names) expect_equal 334 337
1751 test-dots.R test_that: exprs() without arguments creates an empty named list .named can be NULL (default names) or FALSE (minimal names) expect_equal 339 342
1752 test-dots.R test_that: exprs() without arguments creates an empty named list .named can be NULL (default names) or FALSE (minimal names) expect_equal 343 346
1753 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms error is thrown expect_snapshot 351 351
1754 test-dots.R test_that: exprs() without arguments creates an empty named list .homonyms error is thrown expect_error 351 351
1755 test-dots.R test_that: exprs() without arguments creates an empty named list list2(!!!x) returns x without duplication expect_snapshot 354 364
1756 test-dots.R test_that: exprs() without arguments creates an empty named list list2(!!!x) returns x without duplication expect_equal 358 358
1757 test-dots.R test_that: exprs() without arguments creates an empty named list list2(!!!x) returns x without duplication expect_equal 362 362
1758 test-dots.R test_that: exprs() without arguments creates an empty named list list2(…) doesn’t copy forced promises (#1491) expect_snapshot 374 376
1759 test-dots.R test_that: exprs() without arguments creates an empty named list names are not mutated after splice box early exit expect_equal 383 383
1760 test-dots.R test_that: exprs() without arguments creates an empty named list names are not mutated after splice box early exit expect_equal 386 386
1761 test-dots.R test_that: exprs() without arguments creates an empty named list names are not mutated after splice box early exit expect_equal 389 389
1762 test-encoding.R test_that: can roundtrip symbols in non-UTF8 locale Unicode escapes are always converted to UTF8 characters on roundtrip expect_identical 11 16
1763 test-encoding.R test_that: can roundtrip symbols in non-UTF8 locale Unicode escapes are always converted to UTF8 characters with env_names() expect_identical 23 23
1764 test-encoding.R test_that: can roundtrip symbols in non-UTF8 locale dots names are converted to and from UTF-8 (#1218) expect_equal 37 37
1765 test-env-binding.R test_that: promises are created env_bind_active() creates active bindings expect_identical 17 17
1766 test-env-binding.R test_that: promises are created env_bind_active() creates active bindings expect_identical 18 18
1767 test-env-binding.R test_that: promises are created env_poke() returns previous value expect_identical 23 23
1768 test-env-binding.R test_that: promises are created env_poke() returns previous value expect_identical 24 24
1769 test-env-binding.R test_that: promises are created env_poke() returns previous value expect_identical 25 25
1770 test-env-binding.R test_that: promises are created env_poke() creates binding if create is TRUE expect_identical 31 31
1771 test-env-binding.R test_that: promises are created env_poke() creates binding if create is TRUE expect_error 33 33
1772 test-env-binding.R test_that: promises are created env_poke() creates binding if create is TRUE expect_identical 35 35
1773 test-env-binding.R test_that: promises are created env_poke() inherits from parents if inherit is TRUE expect_identical 46 46
1774 test-env-binding.R test_that: promises are created env_poke() inherits from parents if inherit is TRUE expect_error 48 48
1775 test-env-binding.R test_that: promises are created env_poke() inherits from parents if inherit is TRUE expect_error 49 49
1776 test-env-binding.R test_that: promises are created env_poke() inherits from parents if inherit is TRUE expect_identical 52 52
1777 test-env-binding.R test_that: promises are created env_get() evaluates promises and active bindings expect_equal 60 60
1778 test-env-binding.R test_that: promises are created env_get() evaluates promises and active bindings expect_equal 61 61
1779 test-env-binding.R test_that: promises are created env_get_list() retrieves multiple bindings expect_identical 66 66
1780 test-env-binding.R test_that: promises are created env_get_list() retrieves multiple bindings expect_error 69 69
1781 test-env-binding.R test_that: promises are created env_get_list() retrieves multiple bindings expect_identical 70 70
1782 test-env-binding.R test_that: promises are created local_bindings binds temporarily expect_identical 82 82
1783 test-env-binding.R test_that: promises are created local_bindings binds temporarily expect_identical 84 84
1784 test-env-binding.R test_that: promises are created local_bindings binds temporarily expect_identical 88 88
1785 test-env-binding.R test_that: promises are created local_bindings binds temporarily expect_false 89 89
1786 test-env-binding.R test_that: promises are created local_bindings() restores in correct order expect_identical 97 97
1787 test-env-binding.R test_that: promises are created local_bindings() restores in correct order expect_identical 100 100
1788 test-env-binding.R test_that: promises are created local_bindings() restores in correct order expect_identical 103 103
1789 test-env-binding.R test_that: promises are created with_bindings() evaluates with temporary bindings expect_identical 109 109
1790 test-env-binding.R test_that: promises are created with_bindings() evaluates with temporary bindings expect_identical 110 110
1791 test-env-binding.R test_that: promises are created env_unbind() with inherits = TRUE only removes first match expect_false 118 118
1792 test-env-binding.R test_that: promises are created env_unbind() with inherits = TRUE only removes first match expect_true 119 119
1793 test-env-binding.R test_that: promises are created env_bind() requires named elements expect_error 122 125
1794 test-env-binding.R test_that: promises are created env_bind() requires named elements expect_error 124 124
1795 test-env-binding.R test_that: promises are created env_bind() works with empty unnamed lists expect_no_error 127 130
1796 test-env-binding.R test_that: promises are created env_bind() works with empty unnamed lists expect_no_error 129 129
1797 test-env-binding.R test_that: promises are created env_names() unserialises unicode expect_identical 134 134
1798 test-env-binding.R test_that: promises are created env_has() returns a named vector expect_identical 137 139
1799 test-env-binding.R test_that: promises are created env_unbind() doesn’t warn if binding doesn’t exist (#177) expect_no_warning 141 143
1800 test-env-binding.R test_that: promises are created env_get() and env_get_list() accept default value expect_error 148 148
1801 test-env-binding.R test_that: promises are created env_get() and env_get_list() accept default value expect_error 149 149
1802 test-env-binding.R test_that: promises are created env_get() and env_get_list() accept default value expect_identical 151 151
1803 test-env-binding.R test_that: promises are created env_get() and env_get_list() accept default value expect_identical 152 152
1804 test-env-binding.R test_that: promises are created env_get() without default fails expect_snapshot 155 163
1805 test-env-binding.R test_that: promises are created env_get() without default fails expect_error 157 157
1806 test-env-binding.R test_that: promises are created env_get() without default fails expect_error 158 158
1807 test-env-binding.R test_that: promises are created env_get() without default fails expect_error 162 162
1808 test-env-binding.R test_that: promises are created env_get() evaluates default lazily expect_equal 165 167
1809 test-env-binding.R test_that: promises are created env_bind_active() uses as_function() expect_identical 171 171
1810 test-env-binding.R test_that: promises are created env_bind_active() and env_bind_lazy() redefine bindings expect_identical 178 178
1811 test-env-binding.R test_that: promises are created binding predicates detect special bindings expect_identical 187 187
1812 test-env-binding.R test_that: promises are created binding predicates detect special bindings expect_identical 188 188
1813 test-env-binding.R test_that: promises are created binding predicates detect special bindings expect_identical 191 191
1814 test-env-binding.R test_that: promises are created binding predicates detect special bindings expect_identical 194 194
1815 test-env-binding.R test_that: promises are created binding predicates detect special bindings expect_identical 195 195
1816 test-env-binding.R test_that: promises are created applies predicates to all bindings by default expect_identical 203 203
1817 test-env-binding.R test_that: promises are created applies predicates to all bindings by default expect_identical 204 204
1818 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t force promises expect_no_error 210 210
1819 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t force promises expect_identical 211 211
1820 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t force promises expect_identical 212 212
1821 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t trigger active bindings (#1376) expect_no_error 218 218
1822 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t trigger active bindings (#1376) expect_identical 219 219
1823 test-env-binding.R test_that: promises are created env_binding_are_active() doesn’t trigger active bindings (#1376) expect_identical 220 220
1824 test-env-binding.R test_that: promises are created env_binding_type_sum() detects types expect_error 233 233
1825 test-env-binding.R test_that: promises are created env_binding_type_sum() detects types expect_identical 236 236
1826 test-env-binding.R test_that: promises are created can lock and unlock bindings expect_identical 241 241
1827 test-env-binding.R test_that: promises are created can lock and unlock bindings expect_identical 243 243
1828 test-env-binding.R test_that: promises are created can lock and unlock bindings expect_identical 246 246
1829 test-env-binding.R test_that: promises are created can lock and unlock bindings expect_identical 248 248
1830 test-env-binding.R test_that: promises are created can lock and unlock bindings expect_identical 249 249
1831 test-env-binding.R test_that: promises are created can pluck missing arg from environment expect_identical 254 254
1832 test-env-binding.R test_that: promises are created can pluck missing arg from environment expect_identical 255 255
1833 test-env-binding.R test_that: promises are created can call local_bindings() and with_bindings() without arguments expect_no_error 262 265
1834 test-env-binding.R test_that: promises are created can call local_bindings() and with_bindings() without arguments expect_no_error 264 264
1835 test-env-binding.R test_that: promises are created can bind missing args expect_no_error 270 270
1836 test-env-binding.R test_that: promises are created can bind missing args expect_identical 271 271
1837 test-env-binding.R test_that: promises are created can bind missing args expect_no_error 274 274
1838 test-env-binding.R test_that: promises are created can bind missing args expect_identical 275 275
1839 test-env-binding.R test_that: promises are created can remove bindings by supplying zaps expect_no_error 280 280
1840 test-env-binding.R test_that: promises are created can remove bindings by supplying zaps expect_identical 284 284
1841 test-env-binding.R test_that: promises are created can remove bindings by supplying zaps expect_identical 288 288
1842 test-env-binding.R test_that: promises are created can remove bindings by supplying zaps expect_identical 292 292
1843 test-env-binding.R test_that: promises are created can remove bindings by supplying zaps expect_identical 295 295
1844 test-env-binding.R test_that: promises are created env_bind_lazy() supports quosures expect_identical 310 310
1845 test-env-binding.R test_that: promises are created env_bind_lazy() supports quosures expect_identical 313 313
1846 test-env-binding.R test_that: promises are created env_bind_active() supports quosures expect_identical 321 321
1847 test-env-binding.R test_that: promises are created env_bind_active() supports quosures expect_identical 324 324
1848 test-env-binding.R test_that: promises are created env_bind_lazy() supports nested quosures expect_identical 337 337
1849 test-env-binding.R test_that: promises are created env_bind_active() supports nested quosures expect_identical 350 350
1850 test-env-binding.R test_that: promises are created env_bind_active() supports nested quosures expect_identical 354 354
1851 test-env-binding.R test_that: promises are created env_get() survives native encoding expect_equal 368 368
1852 test-env-binding.R test_that: promises are created env_get() survives native encoding expect_equal 369 369
1853 test-env-binding.R test_that: promises are created env_binding_are_lazy() type-checks env (#923) expect_error 373 375
1854 test-env-binding.R test_that: promises are created env_poke() zaps (#1012) expect_false 380 380
1855 test-env-binding.R test_that: promises are created env_poke() zaps (#1012) expect_false 384 384
1856 test-env-binding.R test_that: promises are created env_poke() zaps (#1012) expect_true 385 385
1857 test-env-binding.R test_that: promises are created env_poke() zaps (#1012) expect_false 388 388
1858 test-env-binding.R test_that: promises are created env_poke() doesn’t warn when unrepresentable characters are serialised expect_no_warning 396 396
1859 test-env-binding.R test_that: promises are created env_poke() doesn’t warn when unrepresentable characters are serialised expect_equal 400 400
1860 test-env-binding.R test_that: promises are created new_environment() supports non-list data expect_equal 406 406
1861 test-env-binding.R test_that: promises are created new_environment() supports non-list data expect_equal 407 407
1862 test-env-binding.R test_that: promises are created %<~% assigns lazily expect_equal 412 412
1863 test-env-binding.R test_that: promises are created %<~% assigns lazily expect_error 415 415
1864 test-env-binding.R test_that: promises are created %<~% assigns lazily expect_error 419 419
1865 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 427 430
1866 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 431 434
1867 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 435 438
1868 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 440 443
1869 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 444 447
1870 test-env-binding.R test_that: promises are created env_get() and env_get_list() handle last argument expect_equal 448 451
1871 test-env-binding.R test_that: promises are created env_cache() works (#1081) expect_equal 458 461
1872 test-env-binding.R test_that: promises are created env_cache() works (#1081) expect_equal 464 467
1873 test-env-binding.R test_that: promises are created env_cache() works (#1081) expect_equal 470 470
1874 test-env-binding.R test_that: promises are created env_cache() works (#1081) expect_equal 471 471
1875 test-env-binding.R test_that: promises are created env_get(last = ) checks for empty env when last is disconnected (#1208) expect_equal 482 482
1876 test-env-special.R test_that: search_envs() includes the global and base env search_envs() returns named environments expect_identical 7 9
1877 test-env-special.R test_that: search_envs() includes the global and base env search_envs() returns an rlang_envs object expect_s3_class 11 13
1878 test-env-special.R test_that: search_envs() includes the global and base env is_namespace() recognises namespaces expect_false 15 18
1879 test-env-special.R test_that: search_envs() includes the global and base env is_namespace() recognises namespaces expect_true 17 17
1880 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 20 31
1881 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 22 22
1882 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 23 23
1883 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 25 25
1884 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 26 26
1885 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 27 27
1886 test-env-special.R test_that: search_envs() includes the global and base env env_name() returns proper environment name expect_identical 30 30
1887 test-env-special.R test_that: search_envs() includes the global and base env env_label() returns memory address for anonymous envs expect_identical 35 35
1888 test-env-special.R test_that: search_envs() includes the global and base env is_attached() detects environments on the search path expect_false 38 45
1889 test-env-special.R test_that: search_envs() includes the global and base env is_attached() detects environments on the search path expect_true 40 40
1890 test-env-special.R test_that: search_envs() includes the global and base env is_attached() detects environments on the search path expect_true 42 42
1891 test-env-special.R test_that: search_envs() includes the global and base env is_attached() detects environments on the search path expect_true 43 43
1892 test-env-special.R test_that: search_envs() includes the global and base env is_attached() detects environments on the search path expect_false 44 44
1893 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support primitive functions expect_true 47 53
1894 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support primitive functions expect_true 49 49
1895 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support primitive functions expect_identical 51 51
1896 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support primitive functions expect_identical 52 52
1897 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support closures expect_true 59 59
1898 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() support closures expect_identical 60 60
1899 test-env-special.R test_that: search_envs() includes the global and base env ns_env_name() accepts environments expect_identical 63 65
1900 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() take the topenv() expect_true 70 70
1901 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and ns_env_name() take the topenv() expect_identical 71 71
1902 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and variants have default argument expect_true 79 79
1903 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and variants have default argument expect_true 80 80
1904 test-env-special.R test_that: search_envs() includes the global and base env ns_env() and variants have default argument expect_identical 81 81
1905 test-env.R test_that: env_parent() returns enclosure frame by default child_env() has correct parent expect_false 9 9
1906 test-env.R test_that: env_parent() returns enclosure frame by default child_env() has correct parent expect_identical 13 13
1907 test-env.R test_that: env_parent() returns enclosure frame by default child_env() has correct parent expect_identical 15 15
1908 test-env.R test_that: env_parent() returns enclosure frame by default child_env() has correct parent expect_identical 16 16
1909 test-env.R test_that: env_parent() returns enclosure frame by default env_parent() reports correct parent expect_identical 22 22
1910 test-env.R test_that: env_parent() returns enclosure frame by default env_parent() reports correct parent expect_identical 23 23
1911 test-env.R test_that: env_parent() returns enclosure frame by default env_parent() reports correct parent expect_error 24 24
1912 test-env.R test_that: env_parent() returns enclosure frame by default env_tail() climbs env chain expect_identical 27 29
1913 test-env.R test_that: env_parent() returns enclosure frame by default env_tail() stops at the global env expect_identical 34 34
1914 test-env.R test_that: env_parent() returns enclosure frame by default with_env() evaluates within correct environment expect_equal 45 45
1915 test-env.R test_that: env_parent() returns enclosure frame by default locally() evaluates within correct environment expect_identical 51 51
1916 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_identical 54 63
1917 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_false 56 56
1918 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_identical 58 58
1919 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_true 60 60
1920 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_identical 61 61
1921 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() dispatches correctly expect_identical 62 62
1922 test-env.R test_that: env_parent() returns enclosure frame by default env_inherits() finds ancestor expect_true 67 67
1923 test-env.R test_that: env_parent() returns enclosure frame by default env_inherits() finds ancestor expect_false 68 68
1924 test-env.R test_that: env_parent() returns enclosure frame by default env_inherits() detects empty environment expect_false 71 74
1925 test-env.R test_that: env_parent() returns enclosure frame by default env_inherits() detects empty environment expect_true 73 73
1926 test-env.R test_that: env_parent() returns enclosure frame by default env() creates child of current environment expect_identical 78 78
1927 test-env.R test_that: env_parent() returns enclosure frame by default env() creates child of current environment expect_identical 79 79
1928 test-env.R test_that: env_parent() returns enclosure frame by default set_env() sets current env by default expect_identical 84 84
1929 test-env.R test_that: env_parent() returns enclosure frame by default finds correct env type expect_identical 87 91
1930 test-env.R test_that: env_parent() returns enclosure frame by default finds correct env type expect_identical 89 89
1931 test-env.R test_that: env_parent() returns enclosure frame by default finds correct env type expect_identical 90 90
1932 test-env.R test_that: env_parent() returns enclosure frame by default current_env() fails if no default expect_error 93 95
1933 test-env.R test_that: env_parent() returns enclosure frame by default current_env() picks up default expect_identical 99 99
1934 test-env.R test_that: env_parent() returns enclosure frame by default current_env() picks up default expect_identical 100 100
1935 test-env.R test_that: env_parent() returns enclosure frame by default with_env() handles data expect_identical 103 108
1936 test-env.R test_that: env_parent() returns enclosure frame by default with_env() handles data expect_identical 107 107
1937 test-env.R test_that: env_parent() returns enclosure frame by default with_env() evaluates in env expect_identical 112 112
1938 test-env.R test_that: env_parent() returns enclosure frame by default env_depth() counts parents expect_identical 115 118
1939 test-env.R test_that: env_parent() returns enclosure frame by default env_depth() counts parents expect_identical 117 117
1940 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() returns all parents expect_identical 120 125
1941 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() returns all parents expect_identical 124 124
1942 test-env.R test_that: env_parent() returns enclosure frame by default env() doesn’t partial match on env_bind()’s .env expect_true 127 129
1943 test-env.R test_that: env_parent() returns enclosure frame by default new_environment() creates a child of the empty env expect_true 133 133
1944 test-env.R test_that: env_parent() returns enclosure frame by default new_environment() creates a child of the empty env expect_identical 134 134
1945 test-env.R test_that: env_parent() returns enclosure frame by default new_environment() accepts empty vectors expect_identical 137 140
1946 test-env.R test_that: env_parent() returns enclosure frame by default new_environment() accepts empty vectors expect_identical 139 139
1947 test-env.R test_that: env_parent() returns enclosure frame by default env_tail() detects sentinel expect_identical 146 146
1948 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() treats named strings as vectors expect_true 151 151
1949 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() treats named strings as vectors expect_true 152 152
1950 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() converts character vectors expect_true 157 157
1951 test-env.R test_that: env_parent() returns enclosure frame by default as_environment() converts character vectors expect_true 158 158
1952 test-env.R test_that: env_parent() returns enclosure frame by default child_env() requires named elements expect_error 161 163
1953 test-env.R test_that: env_parent() returns enclosure frame by default env() requires named elements expect_error 165 167
1954 test-env.R test_that: env_parent() returns enclosure frame by default env() doesn’t require uniquely named elements expect_identical 171 171
1955 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() clones an environment expect_false 178 178
1956 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() clones an environment expect_reference 179 179
1957 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() clones an environment expect_identical 180 180
1958 test-env.R test_that: env_parent() returns enclosure frame by default friendly_env_type() returns a friendly env name expect_identical 183 189
1959 test-env.R test_that: env_parent() returns enclosure frame by default friendly_env_type() returns a friendly env name expect_identical 185 185
1960 test-env.R test_that: env_parent() returns enclosure frame by default friendly_env_type() returns a friendly env name expect_identical 186 186
1961 test-env.R test_that: env_parent() returns enclosure frame by default friendly_env_type() returns a friendly env name expect_identical 187 187
1962 test-env.R test_that: env_parent() returns enclosure frame by default friendly_env_type() returns a friendly env name expect_identical 188 188
1963 test-env.R test_that: env_parent() returns enclosure frame by default new_environment() accepts optional parent expect_reference 193 193
1964 test-env.R test_that: env_parent() returns enclosure frame by default env() accepts one unnamed argument to specify parent expect_reference 198 198
1965 test-env.R test_that: env_parent() returns enclosure frame by default env() accepts one unnamed argument to specify parent expect_reference 201 201
1966 test-env.R test_that: env_parent() returns enclosure frame by default env() accepts one unnamed argument to specify parent expect_identical 202 202
1967 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() stops at the global env by default expect_identical 207 207
1968 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() stops at the global env by default expect_identical 211 211
1969 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() always stops at the empty env expect_identical 214 217
1970 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() always stops at the empty env expect_identical 216 216
1971 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() stops at the sentinel if supplied expect_reference 219 222
1972 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() stops at the sentinel if supplied expect_reference 221 221
1973 test-env.R test_that: env_parent() returns enclosure frame by default env_parents() returns a named list expect_identical 226 226
1974 test-env.R test_that: env_parent() returns enclosure frame by default can lock environments expect_false 231 231
1975 test-env.R test_that: env_parent() returns enclosure frame by default can lock environments expect_false 233 233
1976 test-env.R test_that: env_parent() returns enclosure frame by default can lock environments expect_true 234 234
1977 test-env.R test_that: env_parent() returns enclosure frame by default can lock environments expect_true 236 236
1978 test-env.R test_that: env_parent() returns enclosure frame by default env_print() has flexible input expect_output 242 242
1979 test-env.R test_that: env_parent() returns enclosure frame by default active and promise bindings are pretty-printed expect_output 249 249
1980 test-env.R test_that: env_parent() returns enclosure frame by default locked environments are pretty-printed expect_output 254 254
1981 test-env.R test_that: env_parent() returns enclosure frame by default locked environments are pretty-printed expect_output 256 256
1982 test-env.R test_that: env_parent() returns enclosure frame by default locked bindings are pretty-printed expect_output 262 262
1983 test-env.R test_that: env_parent() returns enclosure frame by default large environments are truncated expect_output 268 268
1984 test-env.R test_that: env_parent() returns enclosure frame by default special names are backticked expect_output 273 273
1985 test-env.R test_that: env_parent() returns enclosure frame by default special names are backticked expect_output 274 274
1986 test-env.R test_that: env_parent() returns enclosure frame by default empty environment is pretty printed expect_output 277 279
1987 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: padding is added to right-align indices expect_output 284 284
1988 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: padding is added to right-align indices expect_output 285 285
1989 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: name tag is added to named elements expect_output 291 291
1990 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: name tag is added to named elements expect_output 292 292
1991 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: name tag is added to named elements expect_output 293 293
1992 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: no name tag if no named elements expect_output 299 299
1993 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: no name tag if no named elements expect_output 300 300
1994 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: no name tag if no named elements expect_output 303 303
1995 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: no name tag if no named elements expect_output 304 304
1996 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: long lists are truncated expect_output 310 310
1997 test-env.R test_that: env_parent() returns enclosure frame by default envs printer: long lists are truncated expect_output 314 314
1998 test-env.R test_that: env_parent() returns enclosure frame by default can print environment containing missing argument expect_output 319 319
1999 test-env.R test_that: env_parent() returns enclosure frame by default can print environment containing missing argument expect_output 320 320
2000 test-env.R test_that: env_parent() returns enclosure frame by default parent environment is printed with full header expect_output 325 325
2001 test-env.R test_that: env_parent() returns enclosure frame by default environment is printed with class if any expect_false 331 331
2002 test-env.R test_that: env_parent() returns enclosure frame by default environment is printed with class if any expect_output 334 334
2003 test-env.R test_that: env_parent() returns enclosure frame by default environment is printed with class if any expect_output 337 337
2004 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() handles active bindings expect_equal 349 349
2005 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() handles active bindings expect_equal 352 352
2006 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() doesn’t force promises expect_equal 365 365
2007 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() pokes parent expect_reference 371 371
2008 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 374 385
2009 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 376 376
2010 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 378 378
2011 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 379 379
2012 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 380 380
2013 test-env.R test_that: env_parent() returns enclosure frame by default env_poke_parent() fails with namespaces, package envs, and locked envs expect_error 384 384
2014 test-env.R test_that: env_parent() returns enclosure frame by default env_length() gives env length expect_error 387 391
2015 test-env.R test_that: env_parent() returns enclosure frame by default env_length() gives env length expect_identical 389 389
2016 test-env.R test_that: env_parent() returns enclosure frame by default env_length() gives env length expect_identical 390 390
2017 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() duplicates frame expect_false 399 399
2018 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() duplicates hash table expect_false 410 410
2019 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() duplicates hash table expect_false 413 413
2020 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() increases refcounts (#621) expect_identical 424 424
2021 test-env.R test_that: env_parent() returns enclosure frame by default env_clone() increases refcounts (#621) expect_identical 425 425
2022 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() merges environments expect_equal 434 434
2023 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() merges environments expect_equal 435 435
2024 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_condition 448 453
2025 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 450 450
2026 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_condition 454 457
2027 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 455 455
2028 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 459 459
2029 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 460 460
2030 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 461 461
2031 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 462 462
2032 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 463 463
2033 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_false 466 466
2034 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_condition 468 471
2035 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 469 469
2036 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 473 473
2037 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 474 474
2038 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 475 475
2039 test-env.R test_that: env_parent() returns enclosure frame by default env_coalesce() handles fancy bindings expect_equal 476 476
2040 test-env.R test_that: env_parent() returns enclosure frame by default can subset rlang_envs list expect_length 483 483
2041 test-env.R test_that: env_parent() returns enclosure frame by default can subset rlang_envs list expect_s3_class 484 484
2042 test-env.R test_that: env_parent() returns enclosure frame by default can subset rlang_envs list expect_length 487 487
2043 test-env.R test_that: env_parent() returns enclosure frame by default can subset rlang_envs list expect_s3_class 488 488
2044 test-env.R test_that: env_parent() returns enclosure frame by default can concatenate rlang_envs lists expect_length 495 495
2045 test-env.R test_that: env_parent() returns enclosure frame by default can concatenate rlang_envs lists expect_s3_class 496 496
2046 test-env.R test_that: env_parent() returns enclosure frame by default env_name() requires an environment expect_error 499 501
2047 test-env.R test_that: env_parent() returns enclosure frame by default env_unbind() removes objects expect_false 506 506
2048 test-env.R test_that: env_parent() returns enclosure frame by default env_unbind() removes objects expect_true 512 512
2049 test-env.R test_that: env_parent() returns enclosure frame by default env_unbind() removes objects expect_false 515 515
2050 test-env.R test_that: env_parent() returns enclosure frame by default get_env() returns the base namespace for primitive functions (r-lib/downlit#32) expect_identical 518 520
2051 test-env.R test_that: env_parent() returns enclosure frame by default env_has() doesn’t force active bindings (#1292) expect_true 526 526
2052 test-env.R test_that: env_parent() returns enclosure frame by default env_has() doesn’t force active bindings (#1292) expect_true 529 529
2053 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage from the global env expect_true 532 538
2054 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage from the global env expect_true 534 534
2055 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage from the global env expect_false 536 536
2056 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage from the global env expect_false 537 537
2057 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage in tests expect_true 545 545
2058 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage in tests expect_true 546 546
2059 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage in tests expect_false 550 553
2060 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() detects direct usage in tests expect_false 552 552
2061 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_true 560 560
2062 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_false 565 565
2063 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_true 570 570
2064 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_snapshot 573 577
2065 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_error 575 575
2066 test-env.R test_that: env_parent() returns enclosure frame by default env_is_user_facing() can be overridden expect_null 576 576
2067 test-eval-tidy.R test_that: accepts expressions eval_tidy uses quosure environment expect_equal 12 12
2068 test-eval-tidy.R test_that: accepts expressions data must be uniquely named expect_error 15 20
2069 test-eval-tidy.R test_that: accepts expressions data must be uniquely named expect_error 19 19
2070 test-eval-tidy.R test_that: accepts expressions can supply unnamed empty data expect_identical 22 25
2071 test-eval-tidy.R test_that: accepts expressions can supply unnamed empty data expect_identical 24 24
2072 test-eval-tidy.R test_that: accepts expressions looks first in data expect_equal 30 30
2073 test-eval-tidy.R test_that: accepts expressions pronouns resolve ambiguity looks first in data expect_equal 36 36
2074 test-eval-tidy.R test_that: accepts expressions pronouns resolve ambiguity looks first in data expect_equal 37 37
2075 test-eval-tidy.R test_that: accepts expressions pronouns complain about missing values expect_data_pronoun_error 40 43
2076 test-eval-tidy.R test_that: accepts expressions pronouns complain about missing values expect_data_pronoun_error 42 42
2077 test-eval-tidy.R test_that: accepts expressions nested quosures look in their own env expect_equal 52 52
2078 test-eval-tidy.R test_that: accepts expressions nested quosure thunks rechain properly in the non-data mask expect_identical 58 58
2079 test-eval-tidy.R test_that: accepts expressions unquoted formulas can use data expect_identical 73 73
2080 test-eval-tidy.R test_that: accepts expressions unquoted formulas can use data expect_identical 74 74
2081 test-eval-tidy.R test_that: accepts expressions unquoted formulas can use data expect_identical 75 75
2082 test-eval-tidy.R test_that: accepts expressions bare formulas are not evaluated expect_identical 80 80
2083 test-eval-tidy.R test_that: accepts expressions bare formulas are not evaluated expect_identical 83 83
2084 test-eval-tidy.R test_that: accepts expressions quosures are not evaluated if not forced expect_identical 93 93
2085 test-eval-tidy.R test_that: accepts expressions quosures are not evaluated if not forced expect_identical 94 94
2086 test-eval-tidy.R test_that: accepts expressions quosures are not evaluated if not forced expect_error 98 98
2087 test-eval-tidy.R test_that: accepts expressions quosures are not evaluated if not forced expect_error 99 99
2088 test-eval-tidy.R test_that: accepts expressions can unquote captured arguments expect_identical 105 105
2089 test-eval-tidy.R test_that: accepts expressions can unquote captured arguments expect_identical 106 106
2090 test-eval-tidy.R test_that: accepts expressions quosures are evaluated recursively expect_identical 111 111
2091 test-eval-tidy.R test_that: accepts expressions quosures are evaluated recursively expect_identical 112 112
2092 test-eval-tidy.R test_that: accepts expressions quosures have lazy semantics expect_identical 117 117
2093 test-eval-tidy.R test_that: accepts expressions can unquote hygienically within captured arg expect_identical 124 124
2094 test-eval-tidy.R test_that: accepts expressions can unquote hygienically within captured arg expect_identical 127 127
2095 test-eval-tidy.R test_that: accepts expressions can unquote hygienically within captured arg expect_identical 128 128
2096 test-eval-tidy.R test_that: accepts expressions can unquote hygienically within captured arg expect_equal 129 133
2097 test-eval-tidy.R test_that: accepts expressions can unquote hygienically within captured arg expect_equal 134 138
2098 test-eval-tidy.R test_that: accepts expressions can unquote for old-style NSE functions expect_identical 144 144
2099 test-eval-tidy.R test_that: accepts expressions can unquote for old-style NSE functions expect_identical 145 145
2100 test-eval-tidy.R test_that: accepts expressions all quosures in the call are evaluated expect_identical 152 152
2101 test-eval-tidy.R test_that: accepts expressions two-sided formulas are not treated as quosures expect_identical 155 157
2102 test-eval-tidy.R test_that: accepts expressions formulas are evaluated in evaluation environment expect_false 161 161
2103 test-eval-tidy.R test_that: accepts expressions evaluation env is cleaned up expect_identical 168 168
2104 test-eval-tidy.R test_that: accepts expressions inner formulas are rechained to evaluation env expect_identical 180 180
2105 test-eval-tidy.R test_that: accepts expressions inner formulas are rechained to evaluation env expect_true 181 181
2106 test-eval-tidy.R test_that: accepts expressions empty quosure self-evaluates expect_true 186 186
2107 test-eval-tidy.R test_that: accepts expressions cannot replace elements of pronouns expect_error 189 191
2108 test-eval-tidy.R test_that: accepts expressions formulas are not evaluated as quosures expect_identical 193 195
2109 test-eval-tidy.R test_that: accepts expressions tilde calls are evaluated in overscope expect_true 203 203
2110 test-eval-tidy.R test_that: accepts expressions .env pronoun refers to current quosure (#174) expect_identical 217 217
2111 test-eval-tidy.R test_that: accepts expressions can call tilde with named arguments (#226) expect_equal 220 231
2112 test-eval-tidy.R test_that: accepts expressions can call tilde with named arguments (#226) expect_equal 226 230
2113 test-eval-tidy.R test_that: accepts expressions Arguments to formulas are not stripped from their attributes (#227) expect_identical 237 237
2114 test-eval-tidy.R test_that: accepts expressions Arguments to formulas are not stripped from their attributes (#227) expect_identical 240 240
2115 test-eval-tidy.R test_that: accepts expressions evaluating an empty quosure fails expect_error 243 245
2116 test-eval-tidy.R test_that: accepts expressions can supply a data mask as data expect_identical 250 250
2117 test-eval-tidy.R test_that: accepts expressions as_data_pronoun() creates pronoun expect_s3_class 255 255
2118 test-eval-tidy.R test_that: accepts expressions as_data_pronoun() creates pronoun expect_reference 258 258
2119 test-eval-tidy.R test_that: accepts expressions as_data_pronoun() creates pronoun expect_true 259 259
2120 test-eval-tidy.R test_that: accepts expressions as_data_pronoun() creates pronoun expect_data_pronoun_error 261 261
2121 test-eval-tidy.R test_that: accepts expressions as_data_pronoun() creates pronoun expect_identical 262 262
2122 test-eval-tidy.R test_that: accepts expressions can create pronoun from a mask expect_s3_class 271 271
2123 test-eval-tidy.R test_that: accepts expressions can create pronoun from a mask expect_identical 272 272
2124 test-eval-tidy.R test_that: accepts expressions can create pronoun from a mask expect_identical 273 273
2125 test-eval-tidy.R test_that: accepts expressions pronoun has print() and str() method expect_output 278 278
2126 test-eval-tidy.R test_that: accepts expressions pronoun has print() and str() method expect_output 279 279
2127 test-eval-tidy.R test_that: accepts expressions pronoun has print() and str() method expect_output 282 282
2128 test-eval-tidy.R test_that: accepts expressions data mask can escape expect_identical 287 287
2129 test-eval-tidy.R test_that: accepts expressions inner formulas are evaluated in the current frame expect_identical 293 293
2130 test-eval-tidy.R test_that: accepts expressions inner formulas are evaluated in the current frame expect_identical 297 297
2131 test-eval-tidy.R test_that: accepts expressions names are translated to native when creating data mask expect_identical 307 307
2132 test-eval-tidy.R test_that: accepts expressions names are translated to native when creating data mask expect_identical 314 314
2133 test-eval-tidy.R test_that: accepts expressions new_data_mask() checks top is a parent of bottom expect_no_error 321 321
2134 test-eval-tidy.R test_that: accepts expressions new_data_mask() checks top is a parent of bottom expect_error 322 322
2135 test-eval-tidy.R test_that: accepts expressions data mask inherits from last environment expect_reference 327 327
2136 test-eval-tidy.R test_that: accepts expressions data mask inherits from last environment expect_reference 330 330
2137 test-eval-tidy.R test_that: accepts expressions data mask inherits from last environment expect_reference 335 335
2138 test-eval-tidy.R test_that: accepts expressions is_data_pronoun() detects pronouns expect_true 338 343
2139 test-eval-tidy.R test_that: accepts expressions is_data_pronoun() detects pronouns expect_true 340 340
2140 test-eval-tidy.R test_that: accepts expressions is_data_pronoun() detects pronouns expect_false 341 341
2141 test-eval-tidy.R test_that: accepts expressions is_data_pronoun() detects pronouns expect_false 342 342
2142 test-eval-tidy.R test_that: accepts expressions data_pronoun_name() extracts name expect_null 347 347
2143 test-eval-tidy.R test_that: accepts expressions data_pronoun_name() extracts name expect_null 350 350
2144 test-eval-tidy.R test_that: accepts expressions data_pronoun_name() extracts name expect_null 353 353
2145 test-eval-tidy.R test_that: accepts expressions data_pronoun_name() extracts name expect_identical 355 355
2146 test-eval-tidy.R test_that: accepts expressions data_pronoun_name() extracts name expect_identical 356 356
2147 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 368 368
2148 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 369 369
2149 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 370 370
2150 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 371 371
2151 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 372 372
2152 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 373 373
2153 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 374 374
2154 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 375 375
2155 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 377 377
2156 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 378 378
2157 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_equal 379 379
2158 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 380 380
2159 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 381 381
2160 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 382 382
2161 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 383 383
2162 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_data_pronoun_error 384 384
2163 test-eval-tidy.R test_that: accepts expressions .data pronoun walks the ancestry of environments expect_error 386 386
2164 test-eval-tidy.R test_that: accepts expressions can inspect the exported pronoun expect_output 389 391
2165 test-eval-tidy.R test_that: accepts expressions data pronoun doesn’t skip functions (#1061, #5608) expect_identical 399 399
2166 test-eval-tidy.R test_that: accepts expressions leaked quosure masks are not mistaken with data masks expect_no_error 405 405
2167 test-eval-tidy.R test_that: accepts expressions quosures look for data masks lexically expect_identical 416 416
2168 test-eval-tidy.R test_that: accepts expressions can evaluate quosures created in the data mask without infloop expect_identical 421 421
2169 test-eval-tidy.R test_that: accepts expressions .env pronoun is constructed expect_s3_class 426 426
2170 test-eval-tidy.R test_that: accepts expressions .env pronoun is constructed expect_reference 427 427
2171 test-eval-tidy.R test_that: accepts expressions the .env pronoun is not an environment expect_length 432 432
2172 test-eval-tidy.R test_that: accepts expressions the .env pronoun is not an environment expect_named 433 433
2173 test-eval-tidy.R test_that: accepts expressions subsetting .env evaluates expect_error 436 441
2174 test-eval-tidy.R test_that: accepts expressions subsetting .env evaluates expect_identical 439 439
2175 test-eval-tidy.R test_that: accepts expressions subsetting .env evaluates expect_identical 440 440
2176 test-eval-tidy.R test_that: accepts expressions mask inherits from env after evaluation expect_true 447 447
2177 test-eval-tidy.R test_that: accepts expressions can’t take the names() and length() of the .data pronoun expect_length 452 452
2178 test-eval-tidy.R test_that: accepts expressions can’t take the names() and length() of the .data pronoun expect_named 453 453
2179 test-eval-tidy.R test_that: accepts expressions eval_tidy() does not infloop when the quosure inherits from the mask expect_identical 462 462
2180 test-eval-tidy.R test_that: accepts expressions eval_tidy() does not infloop when the quosure inherits from the mask expect_identical 468 468
2181 test-eval-tidy.R test_that: accepts expressions .data pronoun handles promises (#908) expect_equal 476 476
2182 test-eval-tidy.R test_that: accepts expressions can evaluate tilde in nested masks expect_identical 481 484
2183 test-eval-tidy.R test_that: accepts expressions eval_tidy() propagates visibility expect_visible 487 491
2184 test-eval-tidy.R test_that: accepts expressions eval_tidy() propagates visibility expect_invisible 489 489
2185 test-eval-tidy.R test_that: accepts expressions eval_tidy() propagates visibility expect_invisible 490 490
2186 test-eval-tidy.R test_that: accepts expressions quosures that inherit from the mask are not rechained expect_equal 502 502
2187 test-eval-tidy.R test_that: accepts expressions quosures that inherit from the mask are not rechained expect_equal 505 505
2188 test-eval-tidy.R test_that: accepts expressions eval_tidy() has dimnames method (#1265) expect_equal 508 513
2189 test-eval-tidy.R test_that: accepts expressions fake pronoun fails informatively expect_snapshot 515 525
2190 test-eval-tidy.R test_that: accepts expressions fake pronoun fails informatively expect_error 520 520
2191 test-eval-tidy.R test_that: accepts expressions fake pronoun fails informatively expect_error 523 523
2192 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_snapshot 533 557
2193 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 534 534
2194 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 535 535
2195 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 538 538
2196 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 541 541
2197 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 544 544
2198 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 547 547
2199 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 550 550
2200 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 553 553
2201 test-eval-tidy.R test_that: accepts expressions .data pronoun fails informatively expect_error 556 556
2202 test-eval-tidy.R test_that: accepts expressions supplying environment as data is deprecated expect_deprecated 566 566
2203 test-eval-tidy.R test_that: accepts expressions supplying environment as data is deprecated expect_identical 569 569
2204 test-eval-tidy.R test_that: accepts expressions supplying environment as data is deprecated expect_error 570 570
2205 test-eval.R test_that: supports tidy dots does not inline expressions expect_equal 10 12
2206 test-eval.R test_that: supports tidy dots inject() injects expect_equal_ 14 26
2207 test-eval.R test_that: supports tidy dots inject() injects expect_equal 22 25
2208 test-eval.R test_that: supports tidy dots inject() and eval_bare() propagate visibility expect_invisible 28 31
2209 test-eval.R test_that: supports tidy dots inject() and eval_bare() propagate visibility expect_invisible 30 30
2210 test-expr.R test_that: always returns single string can truncate lines expect_equal 14 14
2211 test-expr.R test_that: always returns single string quotes strings expect_equal 20 23
2212 test-expr.R test_that: always returns single string quotes strings expect_equal 22 22
2213 test-expr.R test_that: always returns single string backquotes names expect_equal 25 27
2214 test-expr.R test_that: always returns single string converts atomics to strings expect_equal 29 31
2215 test-expr.R test_that: always returns single string expr_label() truncates blocks expect_identical 33 36
2216 test-expr.R test_that: always returns single string expr_label() truncates blocks expect_identical 35 35
2217 test-expr.R test_that: always returns single string expr_label() truncates long calls expect_identical 42 42
2218 test-expr.R test_that: always returns single string expr_label() NULL values come out as expected expect_identical 45 47
2219 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 51 61
2220 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 53 53
2221 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 54 54
2222 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 55 55
2223 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 56 56
2224 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 57 57
2225 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_identical 58 58
2226 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_error 59 59
2227 test-expr.R test_that: always returns single string expr_name() with symbols, calls, and literals expect_error 60 60
2228 test-expr.R test_that: always returns single string get_expr() supports closures expect_true 65 69
2229 test-expr.R test_that: always returns single string get_expr() supports closures expect_identical 68 68
2230 test-expr.R test_that: always returns single string set_expr() supports closures expect_equal 73 73
2231 test-expr.R test_that: always returns single string expressions are deparsed and printed expect_output 76 79
2232 test-expr.R test_that: always returns single string expressions are deparsed and printed expect_identical 78 78
2233 test-expr.R test_that: always returns single string imaginary numbers with real part are not syntactic expect_true 81 85
2234 test-expr.R test_that: always returns single string imaginary numbers with real part are not syntactic expect_true 83 83
2235 test-expr.R test_that: always returns single string imaginary numbers with real part are not syntactic expect_false 84 84
2236 test-expr.R test_that: always returns single string is_expression() detects non-parsable parse trees expect_true 87 91
2237 test-expr.R test_that: always returns single string is_expression() detects non-parsable parse trees expect_false 89 89
2238 test-expr.R test_that: always returns single string is_expression() detects non-parsable parse trees expect_false 90 90
2239 test-expr.R test_that: always returns single string is_expression() supports missing arguments expect_false 93 96
2240 test-expr.R test_that: always returns single string is_expression() supports missing arguments expect_false 95 95
2241 test-expr.R test_that: always returns single string is_expression() supports quoted functions (#1499) expect_true 98 100
2242 test-expr.R test_that: always returns single string is_expression() detects attributes (#1475) expect_false 104 104
2243 test-expr.R test_that: always returns single string is_expression() detects attributes (#1475) expect_false 105 105
2244 test-expr.R test_that: always returns single string is_expression() detects attributes (#1475) expect_true 106 106
2245 test-expr.R test_that: always returns single string is_expression() detects attributes (#1475) expect_true 107 107
2246 test-fn.R test_that: new_function equivalent to regular function prim_name() extracts names expect_equal 15 18
2247 test-fn.R test_that: new_function equivalent to regular function prim_name() extracts names expect_equal 17 17
2248 test-fn.R test_that: new_function equivalent to regular function as_closure() returns closure expect_identical 20 23
2249 test-fn.R test_that: new_function equivalent to regular function as_closure() returns closure expect_identical 22 22
2250 test-fn.R test_that: new_function equivalent to regular function as_closure() handles primitive functions expect_identical 25 29
2251 test-fn.R test_that: new_function equivalent to regular function as_closure() handles primitive functions expect_identical 27 27
2252 test-fn.R test_that: new_function equivalent to regular function as_closure() handles primitive functions expect_identical 28 28
2253 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_error 34 34
2254 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_error 35 35
2255 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_error 37 37
2256 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_error 38 38
2257 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 40 40
2258 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 41 41
2259 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 42 42
2260 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 43 43
2261 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 45 45
2262 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 46 46
2263 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 47 47
2264 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 48 48
2265 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 49 49
2266 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to binary operators expect_identical 50 50
2267 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_error 56 56
2268 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_error 57 57
2269 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_error 59 59
2270 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_error 60 60
2271 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 62 62
2272 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 63 63
2273 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 64 64
2274 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 66 66
2275 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 67 67
2276 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 69 69
2277 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 70 70
2278 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 71 71
2279 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 72 72
2280 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 73 73
2281 test-fn.R test_that: new_function equivalent to regular function as_closure() supports base-style and purrr-style arguments to versatile operators expect_identical 74 74
2282 test-fn.R test_that: new_function equivalent to regular function as_closure(&#124;&#124;) shortcircuits expect_error 80 80
2283 test-fn.R test_that: new_function equivalent to regular function as_closure(&#124;&#124;) shortcircuits expect_error 81 81
2284 test-fn.R test_that: new_function equivalent to regular function as_closure(&#124;&#124;) shortcircuits expect_identical 83 83
2285 test-fn.R test_that: new_function equivalent to regular function as_closure(&#124;&#124;) shortcircuits expect_identical 84 84
2286 test-fn.R test_that: new_function equivalent to regular function as_closure(&#124;&#124;) shortcircuits expect_identical 85 85
2287 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 88 124
2288 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 90 90
2289 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 91 91
2290 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 92 92
2291 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 93 93
2292 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_warning 94 94
2293 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 94 94
2294 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 98 98
2295 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 102 102
2296 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 106 106
2297 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 109 109
2298 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 110 110
2299 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_error 111 111
2300 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 116 116
2301 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 119 119
2302 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 120 120
2303 test-fn.R test_that: new_function equivalent to regular function as_closure() handles operators expect_identical 123 123
2304 test-fn.R test_that: new_function equivalent to regular function lambda shortcut handles positional arguments expect_identical 126 128
2305 test-fn.R test_that: new_function equivalent to regular function lambda shortcut fails with two-sided formulas expect_error 130 132
2306 test-fn.R test_that: new_function equivalent to regular function as_function() handles strings expect_identical 134 139
2307 test-fn.R test_that: new_function equivalent to regular function as_function() handles strings expect_identical 138 138
2308 test-fn.R test_that: new_function equivalent to regular function fn_fmls_syms() unnames ... expect_identical 141 143
2309 test-fn.R test_that: new_function equivalent to regular function fn_fmls_syms() works with functions of zero arguments expect_identical 145 147
2310 test-fn.R test_that: new_function equivalent to regular function as_closure() gives informative error messages on control flow primitives (#158) expect_error 149 151
2311 test-fn.R test_that: new_function equivalent to regular function fn_fmls<- and fn_fmls_names<- change formals expect_identical 156 156
2312 test-fn.R test_that: new_function equivalent to regular function fn_fmls<- and fn_fmls_names<- change formals expect_identical 159 159
2313 test-fn.R test_that: new_function equivalent to regular function fn_ functions requires closures expect_error 164 164
2314 test-fn.R test_that: new_function equivalent to regular function fn_ functions requires closures expect_error 165 165
2315 test-fn.R test_that: new_function equivalent to regular function fn_ functions requires closures expect_error 166 166
2316 test-fn.R test_that: new_function equivalent to regular function fn_ functions requires closures expect_error 167 167
2317 test-fn.R test_that: new_function equivalent to regular function fn_ functions requires closures expect_error 168 168
2318 test-fn.R test_that: new_function equivalent to regular function assignment methods preserve attributes expect_identical 176 176
2319 test-fn.R test_that: new_function equivalent to regular function assignment methods preserve attributes expect_identical 180 180
2320 test-fn.R test_that: new_function equivalent to regular function assignment methods preserve attributes expect_identical 186 186
2321 test-fn.R test_that: new_function equivalent to regular function fn_body() requires a closure to extract body expect_error 189 193
2322 test-fn.R test_that: new_function equivalent to regular function fn_body() requires a closure to extract body expect_equal 191 191
2323 test-fn.R test_that: new_function equivalent to regular function fn_body() requires a closure to extract body expect_equal 192 192
2324 test-fn.R test_that: new_function equivalent to regular function fn_env() requires a function to extract env expect_error 195 198
2325 test-fn.R test_that: new_function equivalent to regular function fn_env() requires a function to extract env expect_identical 197 197
2326 test-fn.R test_that: new_function equivalent to regular function fn_env<-() sets environment expect_reference 203 203
2327 test-fn.R test_that: new_function equivalent to regular function primitive predicates work expect_true 206 211
2328 test-fn.R test_that: new_function equivalent to regular function primitive predicates work expect_true 208 208
2329 test-fn.R test_that: new_function equivalent to regular function primitive predicates work expect_false 209 209
2330 test-fn.R test_that: new_function equivalent to regular function primitive predicates work expect_false 210 210
2331 test-fn.R test_that: new_function equivalent to regular function quosures converted to functions ignore their arguments expect_no_error 215 215
2332 test-fn.R test_that: new_function equivalent to regular function quosures converted to functions ignore their arguments expect_identical 215 215
2333 test-fn.R test_that: new_function equivalent to regular function as_function() supports nested quosures expect_identical 226 226
2334 test-fn.R test_that: new_function equivalent to regular function fn_body() always returns a { block expect_equal 229 231
2335 test-fn.R test_that: new_function equivalent to regular function as_function() adds a class to lambda functions expect_s3_class 235 235
2336 test-fn.R test_that: new_function equivalent to regular function as_function() adds a class to lambda functions expect_output 236 236
2337 test-fn.R test_that: new_function equivalent to regular function fn_env() returns base namespace for primitives expect_reference 239 241
2338 test-fn.R test_that: new_function equivalent to regular function as_closure() wrappers dispatch properly expect_identical 248 248
2339 test-fn.R test_that: new_function equivalent to regular function as_closure() wrappers are not masked expect_identical 254 254
2340 test-fn.R test_that: new_function equivalent to regular function as_closure() wrappers are not masked expect_error 257 257
2341 test-fn.R test_that: new_function equivalent to regular function arguments of closured primitives are matched by name before ... (tidyverse/purrr#411) expect_false 260 262
2342 test-fn.R test_that: new_function equivalent to regular function arguments of closured primitives are matched by name after ... expect_true 266 266
2343 test-fn.R test_that: new_function equivalent to regular function arguments of closured primitives are matched by name after ... expect_identical 267 267
2344 test-fn.R test_that: new_function equivalent to regular function transforming defused formula to function causes an informative error (#953) expect_error 270 272
2345 test-fn.R test_that: new_function equivalent to regular function functions created from quosures with as_function() print properly expect_equal 276 276
2346 test-fn.R test_that: new_function equivalent to regular function as_function() creates functions that respect visibility expect_invisible 281 281
2347 test-fn.R test_that: new_function equivalent to regular function as_function() creates functions that respect visibility expect_visible 284 284
2348 test-fn.R test_that: new_function equivalent to regular function as_function() creates functions that respect visibility expect_invisible 287 287
2349 test-fn.R test_that: new_function equivalent to regular function as_function() creates functions that respect visibility expect_visible 290 290
2350 test-fn.R test_that: new_function equivalent to regular function as_function() with a quosure can be serialised expect_equal 296 300
2351 test-fn.R test_that: new_function equivalent to regular function as_function() fetches from the global env expect_equal 309 309
2352 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_snapshot 317 327
2353 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_error 318 318
2354 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_error 320 320
2355 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_error 322 322
2356 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_error 324 324
2357 test-fn.R test_that: new_function equivalent to regular function as_function() has nice errors expect_error 326 326
2358 test-fn.R test_that: new_function equivalent to regular function check inputs in function accessors expect_snapshot 330 336
2359 test-fn.R test_that: new_function equivalent to regular function check inputs in function accessors expect_error 332 332
2360 test-fn.R test_that: new_function equivalent to regular function check inputs in function accessors expect_error 333 333
2361 test-fn.R test_that: new_function equivalent to regular function check inputs in function accessors expect_error 334 334
2362 test-fn.R test_that: new_function equivalent to regular function closure wrapper of seq.int() works (#1468) expect_equal 340 340
2363 test-fn.R test_that: new_function equivalent to regular function closure wrapper of seq.int() works (#1468) expect_equal 341 341
2364 test-fn.R test_that: new_function equivalent to regular function closure wrapper of seq.int() works (#1468) expect_equal 342 342
2365 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 11 21
2366 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 13 13
2367 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 14 14
2368 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 16 16
2369 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 17 17
2370 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 18 18
2371 test-formula.R test_that: is_formula works throws errors for bad inputs expect_error 20 20
2372 test-formula.R test_that: is_formula works extracts call, name, or scalar expect_identical 23 27
2373 test-formula.R test_that: is_formula works extracts call, name, or scalar expect_identical 25 25
2374 test-formula.R test_that: is_formula works extracts call, name, or scalar expect_identical 26 26
2375 test-formula.R test_that: is_formula works can replace RHS of one-sided formula expect_equal 36 36
2376 test-formula.R test_that: is_formula works can replace both sides of two-sided formula expect_equal 44 44
2377 test-formula.R test_that: is_formula works can remove lhs of two-sided formula expect_equal 51 51
2378 test-formula.R test_that: is_formula works can modify environment expect_equal 59 59
2379 test-formula.R test_that: is_formula works setting RHS preserves attributes expect_identical 68 68
2380 test-formula.R test_that: is_formula works setting LHS preserves attributes expect_identical 77 77
2381 test-formula.R test_that: is_formula works setting LHS preserves attributes expect_identical 80 80
2382 test-formula.R test_that: is_formula works setting environment preserves attributes expect_identical 89 89
2383 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_true 94 94
2384 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_false 95 95
2385 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_true 96 96
2386 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_true 97 97
2387 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_false 99 99
2388 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_false 100 100
2389 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_true 101 101
2390 test-formula.R test_that: is_formula works unevaluated tilde calls are formulas expect_true 102 102
2391 test-formula.R test_that: is_formula works quosures are not recognised as bare formulas expect_false 108 110
2392 test-formula.R test_that: is_formula works lhs is inspected expect_true 112 120
2393 test-formula.R test_that: is_formula works lhs is inspected expect_false 115 115
2394 test-formula.R test_that: is_formula works lhs is inspected expect_true 116 116
2395 test-formula.R test_that: is_formula works lhs is inspected expect_true 118 118
2396 test-formula.R test_that: is_formula works lhs is inspected expect_false 119 119
2397 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() only displays the first class of objects expect_identical 15 15
2398 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 18 27
2399 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 20 20
2400 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 22 22
2401 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 23 23
2402 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 25 25
2403 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports matrices and arrays (#141) expect_true 26 26
2404 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() supports missing arguments expect_equal 29 31
2405 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 33 125
2406 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 40 45
2407 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 46 51
2408 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 52 57
2409 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 58 63
2410 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 65 70
2411 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 71 76
2412 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 78 83
2413 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 84 89
2414 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 90 95
2415 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 96 101
2416 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 103 108
2417 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 109 114
2418 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_equal 116 121
2419 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_true 123 123
2420 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles scalars expect_true 124 124
2421 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 127 170
2422 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 134 139
2423 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 140 145
2424 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 146 151
2425 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 152 157
2426 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 158 163
2427 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles empty vectors expect_equal 164 169
2428 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NULL expect_true 172 175
2429 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NULL expect_snapshot 174 174
2430 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NULL expect_error 174 174
2431 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NaN and infinities expect_equal 177 202
2432 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NaN and infinities expect_equal 184 189
2433 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NaN and infinities expect_equal 190 195
2434 test-friendly-type.R test_that: obj_type_friendly() supports objects obj_type_friendly() handles NaN and infinities expect_equal 196 201
2435 test-friendly-type.R test_that: obj_type_friendly() supports objects long strings are truncated expect_equal 204 209
2436 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file() errors if the file doesn’t exist expect_error 8 10
2437 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file() works for 0 length input expect_identical 12 14
2438 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file() has known fixed value for empty files expect_identical 22 22
2439 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file() results change as more data is written to the file expect_true 33 33
2440 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file()’s internal state is reset between files expect_identical 47 47
2441 test-hash.R test_that: simple hashes with no ALTREP and no attributes are reproducible hash_file()’s internal state is reset between files expect_identical 48 48
2442 test-lifecycle.R test_that: deprecate_soft() warns when called from global env deprecate_soft() warns when called from package being tested expect_warning 48 48
2443 test-lifecycle.R test_that: deprecate_soft() warns when called from global env deprecate_soft() warns when called from package being tested expect_warning 49 49
2444 test-lifecycle.R test_that: deprecate_soft() warns when called from global env deprecate_soft() indirect behaviour when warning verbosity is set expect_no_warning 63 66
2445 test-lifecycle.R test_that: deprecate_soft() warns when called from global env deprecate_soft() indirect behaviour when warning verbosity is set expect_no_warning 65 65
2446 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can disable lifecycle warnings expect_no_warning 71 71
2447 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can disable lifecycle warnings expect_no_warning 72 72
2448 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can promote lifecycle warnings to errors expect_defunct 77 77
2449 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can promote lifecycle warnings to errors expect_defunct 78 78
2450 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can enable warnings and errors with with_ helpers expect_defunct 81 87
2451 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can enable warnings and errors with with_ helpers expect_no_warning 83 83
2452 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can enable warnings and errors with with_ helpers expect_no_warning 86 86
2453 test-lifecycle.R test_that: deprecate_soft() warns when called from global env soft-deprecation warnings are issued when called from child of global env as well expect_warning 91 91
2454 test-lifecycle.R test_that: deprecate_soft() warns when called from global env once-per-session note is not displayed on repeated warnings expect_true 101 101
2455 test-lifecycle.R test_that: deprecate_soft() warns when called from global env lifecycle signallers support character vectors expect_defunct 106 106
2456 test-lifecycle.R test_that: deprecate_soft() warns when called from global env lifecycle signallers support character vectors expect_defunct 107 107
2457 test-lifecycle.R test_that: deprecate_soft() warns when called from global env lifecycle signallers support character vectors expect_defunct 108 108
2458 test-lifecycle.R test_that: deprecate_soft() warns when called from global env the topenv of the empty env is not the global env expect_silent 111 113
2459 test-lifecycle.R test_that: deprecate_soft() warns when called from global env can supply bullets expect_snapshot 115 119
2460 test-names.R quiet unique_names() handles unnamed vectors expect_equal 3 5
2461 test-names.R quiet names_as_unique() is a no-op when no repairs are needed expect_true 10 10
2462 test-names.R quiet names_as_unique() is a no-op when no repairs are needed expect_equal 11 11
2463 test-names.R quiet names_as_unique() eliminates emptiness and duplication expect_equal 14 23
2464 test-names.R quiet names_as_unique() eliminates emptiness and duplication expect_equal 19 22
2465 test-names.R quiet names_as_unique(): solo empty or NA gets suffix expect_equal 25 28
2466 test-names.R quiet names_as_unique(): solo empty or NA gets suffix expect_equal 27 27
2467 test-names.R quiet names_as_unique() treats ellipsis like empty string expect_equal 30 32
2468 test-names.R quiet two_three_dots() does its job and no more expect_equal 40 40
2469 test-names.R quiet two_three_dots() does its job and no more expect_equal 42 42
2470 test-names.R quiet two dots then number treated like three dots then number expect_equal 45 47
2471 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 51 51
2472 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 53 53
2473 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 54 54
2474 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 55 55
2475 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 56 56
2476 test-names.R quiet names_as_unique() strips positional suffixes, re-applies as needed expect_equal 57 57
2477 test-names.R quiet names_as_unique() is idempotent expect_equal 62 62
2478 test-names.R quiet unique-ification has an ‘algebraic’-y property expect_equal 81 81
2479 test-names.R quiet unique-ification has an ‘algebraic’-y property expect_equal 82 82
2480 test-names.R quiet unique-ification has an ‘algebraic’-y property expect_equal 83 83
2481 test-names.R quiet names_as_unique() are verbose or silent expect_message 88 88
2482 test-names.R quiet names_as_unique() are verbose or silent expect_message 89 89
2483 test-names.R quiet names with only duplicates are repaired expect_equal 92 94
2484 test-names.R quiet names_as_unique() handles encodings expect_equal 99 99
2485 test-names.R quiet names_as_unique() handles encodings expect_equal 100 100
2486 test-names.R quiet names_inform_repair() signals classed messages expect_message 105 105
2487 test-names.R quiet names_inform_repair() can be silenced by rlib_name_repair_verbosity expect_message 110 110
2488 test-names.R quiet rlib_name_repair_verbosity is validated expect_error 115 115
2489 test-names.R quiet rlib_name_repair_verbosity is validated expect_error 118 118
2490 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 13 13
2491 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 14 14
2492 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 15 15
2493 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 16 16
2494 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 17 17
2495 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 18 18
2496 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 19 19
2497 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 22 22
2498 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 25 25
2499 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 28 28
2500 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 31 31
2501 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 34 34
2502 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 37 37
2503 test-node.R test_that: node() creates a pairlist node node getters and pokers work expect_identical 40 40
2504 test-node.R test_that: node() creates a pairlist node node_tree_clone() clones all nodes expect_false 48 48
2505 test-node.R test_that: node() creates a pairlist node node_tree_clone() clones all nodes expect_true 51 51
2506 test-node.R test_that: node() creates a pairlist node node_tree_clone() clones all nodes expect_false 55 55
2507 test-node.R test_that: node() creates a pairlist node node_tree_clone() clones all nodes expect_false 60 60
2508 test-node.R test_that: node() creates a pairlist node node_tree_clone() clones all nodes expect_true 65 65
2509 test-node.R test_that: node() creates a pairlist node pairlist predicates detect pairlists expect_true 72 72
2510 test-node.R test_that: node() creates a pairlist node pairlist predicates detect pairlists expect_true 74 74
2511 test-node.R test_that: node() creates a pairlist node pairlist predicates detect pairlists expect_true 75 75
2512 test-node.R test_that: node() creates a pairlist node pairlist predicates detect pairlists expect_true 77 77
2513 test-node.R test_that: node() creates a pairlist node pairlist predicates detect pairlists expect_true 78 78
2514 test-node.R test_that: node() creates a pairlist node pairlist2() converts to pairlist expect_identical_ 81 90
2515 test-node.R test_that: node() creates a pairlist node pairlist2() converts to pairlist expect_identical_ 83 83
2516 test-node.R test_that: node() creates a pairlist node pairlist2() converts to pairlist expect_identical_ 89 89
2517 test-node.R test_that: node() creates a pairlist node pairlist2() duplicates spliced pairlists expect_identical 95 95
2518 test-node.R test_that: node() creates a pairlist node pairlist2() preserves empty arguments expect_identical 98 100
2519 test-node.R test_that: node() creates a pairlist node pairlist2() supports splice boxes expect_identical 102 104
2520 test-node.R test_that: node() creates a pairlist node pairlist2() supports empty spliced vectors expect_null_ 106 110
2521 test-node.R test_that: node() creates a pairlist node pairlist2() supports empty spliced vectors expect_null_ 108 108
2522 test-node.R test_that: node() creates a pairlist node pairlist2() supports empty spliced vectors expect_null_ 109 109
2523 test-nse-defuse.R test_that: quos() creates quosures quos() captures correct environment expect_identical 13 13
2524 test-nse-defuse.R test_that: quos() creates quosures quos() captures correct environment expect_identical 14 14
2525 test-nse-defuse.R test_that: quos() creates quosures quos() captures correct environment expect_identical 15 15
2526 test-nse-defuse.R test_that: quos() creates quosures dots are interpolated expect_identical 37 37
2527 test-nse-defuse.R test_that: quos() creates quosures dots are interpolated expect_identical 38 38
2528 test-nse-defuse.R test_that: quos() creates quosures dots capture is stack-consistent expect_identical 51 51
2529 test-nse-defuse.R test_that: quos() creates quosures dots can be spliced in expect_identical 73 73
2530 test-nse-defuse.R test_that: quos() creates quosures spliced dots are wrapped in formulas expect_identical 78 78
2531 test-nse-defuse.R test_that: quos() creates quosures dot names are interpolated expect_identical 83 83
2532 test-nse-defuse.R test_that: quos() creates quosures dot names are interpolated expect_identical 84 84
2533 test-nse-defuse.R test_that: quos() creates quosures dot names are interpolated expect_identical 87 87
2534 test-nse-defuse.R test_that: quos() creates quosures corner cases are handled when interpolating dot names expect_identical 92 92
2535 test-nse-defuse.R test_that: quos() creates quosures corner cases are handled when interpolating dot names expect_snapshot 95 98
2536 test-nse-defuse.R test_that: quos() creates quosures corner cases are handled when interpolating dot names expect_error 96 96
2537 test-nse-defuse.R test_that: quos() creates quosures corner cases are handled when interpolating dot names expect_error 97 97
2538 test-nse-defuse.R test_that: quos() creates quosures dots are forwarded to named arguments expect_identical 107 107
2539 test-nse-defuse.R test_that: quos() creates quosures pronouns are scoped throughout nested captures expect_identical 117 117
2540 test-nse-defuse.R test_that: quos() creates quosures Can supply := with LHS even if .named = TRUE expect_warning 120 124
2541 test-nse-defuse.R test_that: quos() creates quosures Can supply := with LHS even if .named = TRUE expect_identical 121 123
2542 test-nse-defuse.R test_that: quos() creates quosures Can’t supply both = and := expect_error 126 129
2543 test-nse-defuse.R test_that: quos() creates quosures Can’t supply both = and := expect_error 128 128
2544 test-nse-defuse.R test_that: quos() creates quosures RHS of tidy defs are unquoted expect_identical 131 133
2545 test-nse-defuse.R test_that: quos() creates quosures can capture empty list of dots expect_identical 137 137
2546 test-nse-defuse.R test_that: quos() creates quosures quosures are spliced before serialisation expect_identical 142 142
2547 test-nse-defuse.R test_that: quos() creates quosures missing arguments are captured expect_true 147 147
2548 test-nse-defuse.R test_that: quos() creates quosures missing arguments are captured expect_identical 148 148
2549 test-nse-defuse.R test_that: quos() creates quosures empty quosures are forwarded expect_identical 154 154
2550 test-nse-defuse.R test_that: quos() creates quosures quos() captures missing arguments expect_identical 157 159
2551 test-nse-defuse.R test_that: quos() creates quosures quos() ignores missing arguments expect_identical 161 164
2552 test-nse-defuse.R test_that: quos() creates quosures quos() ignores missing arguments expect_identical 163 163
2553 test-nse-defuse.R test_that: quos() creates quosures quosured literals are forwarded as is expect_identical 166 169
2554 test-nse-defuse.R test_that: quos() creates quosures quosured literals are forwarded as is expect_identical 168 168
2555 test-nse-defuse.R test_that: quos() creates quosures expr() returns missing argument expect_true 171 173
2556 test-nse-defuse.R test_that: quos() creates quosures expr() supports forwarded arguments expect_identical 178 178
2557 test-nse-defuse.R test_that: quos() creates quosures can take forced arguments expect_identical 186 186
2558 test-nse-defuse.R test_that: quos() creates quosures can take forced arguments expect_error 191 191
2559 test-nse-defuse.R test_that: quos() creates quosures can take forced arguments expect_identical 194 194
2560 test-nse-defuse.R test_that: quos() creates quosures capturing an argument that doesn’t exist fails expect_error 199 199
2561 test-nse-defuse.R test_that: quos() creates quosures capturing an argument that doesn’t exist fails expect_error 202 202
2562 test-nse-defuse.R test_that: quos() creates quosures capturing an argument that doesn’t exist fails expect_error 205 205
2563 test-nse-defuse.R test_that: quos() creates quosures capturing an argument that doesn’t exist fails expect_error 207 207
2564 test-nse-defuse.R test_that: quos() creates quosures can capture arguments across ancestry expect_identical 213 213
2565 test-nse-defuse.R test_that: quos() creates quosures can capture arguments that do exist expect_identical 221 221
2566 test-nse-defuse.R test_that: quos() creates quosures can capture missing argument expect_identical 224 226
2567 test-nse-defuse.R test_that: quos() creates quosures serialised unicode in := LHS is unserialised expect_identical 234 234
2568 test-nse-defuse.R test_that: quos() creates quosures exprs() supports auto-naming expect_identical 237 239
2569 test-nse-defuse.R test_that: quos() creates quosures dots_interp() supports unquoting expect_identical 241 246
2570 test-nse-defuse.R test_that: quos() creates quosures dots_interp() supports unquoting expect_identical 243 243
2571 test-nse-defuse.R test_that: quos() creates quosures dots_interp() supports unquoting expect_identical 244 244
2572 test-nse-defuse.R test_that: quos() creates quosures dots_interp() supports unquoting expect_identical 245 245
2573 test-nse-defuse.R test_that: quos() creates quosures dots_interp() has no side effect expect_identical 250 250
2574 test-nse-defuse.R test_that: quos() creates quosures dots_interp() has no side effect expect_identical 251 251
2575 test-nse-defuse.R test_that: quos() creates quosures exprs() handles forced arguments expect_identical 259 259
2576 test-nse-defuse.R test_that: quos() creates quosures exprs() handles forced arguments expect_identical 260 260
2577 test-nse-defuse.R test_that: quos() creates quosures quos() handles forced arguments expect_identical 268 268
2578 test-nse-defuse.R test_that: quos() creates quosures quos() handles forced arguments expect_identical 269 269
2579 test-nse-defuse.R test_that: quos() creates quosures enexpr() and enquo() handle forced arguments expect_identical 274 274
2580 test-nse-defuse.R test_that: quos() creates quosures enexpr() and enquo() handle forced arguments expect_identical 275 275
2581 test-nse-defuse.R test_that: quos() creates quosures enexpr() and enquo() handle forced arguments expect_identical 280 280
2582 test-nse-defuse.R test_that: quos() creates quosures enexpr() and enquo() handle forced arguments expect_identical 281 281
2583 test-nse-defuse.R test_that: quos() creates quosures default arguments are properly captured (#201) expect_identical 286 286
2584 test-nse-defuse.R test_that: quos() creates quosures default arguments are properly captured (#201) expect_identical 292 292
2585 test-nse-defuse.R test_that: quos() creates quosures names-unquoting can be switched off expect_identical 299 299
2586 test-nse-defuse.R test_that: quos() creates quosures names-unquoting can be switched off expect_identical 300 300
2587 test-nse-defuse.R test_that: quos() creates quosures names-unquoting can be switched off expect_identical 302 302
2588 test-nse-defuse.R test_that: quos() creates quosures names-unquoting can be switched off expect_identical 303 303
2589 test-nse-defuse.R test_that: quos() creates quosures endots() captures arguments expect_identical 309 309
2590 test-nse-defuse.R test_that: quos() creates quosures endots() captures arguments expect_identical 313 313
2591 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 316 324
2592 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 318 318
2593 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 319 319
2594 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 321 321
2595 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 322 322
2596 test-nse-defuse.R test_that: quos() creates quosures endots() requires symbols expect_error 323 323
2597 test-nse-defuse.R test_that: quos() creates quosures endots() returns a named list expect_identical 329 329
2598 test-nse-defuse.R test_that: quos() creates quosures endots() returns a named list expect_identical 331 331
2599 test-nse-defuse.R test_that: quos() creates quosures endots() returns a named list expect_identical 335 335
2600 test-nse-defuse.R test_that: quos() creates quosures endots() returns a named list expect_identical 337 337
2601 test-nse-defuse.R test_that: quos() creates quosures endots() captures missing arguments expect_identical 343 343
2602 test-nse-defuse.R test_that: quos() creates quosures endots() captures missing arguments expect_identical 345 345
2603 test-nse-defuse.R test_that: quos() creates quosures endots() captures missing arguments expect_identical 349 349
2604 test-nse-defuse.R test_that: quos() creates quosures endots() captures missing arguments expect_identical 351 351
2605 test-nse-defuse.R test_that: quos() creates quosures endots() supports .named expect_identical 357 357
2606 test-nse-defuse.R test_that: quos() creates quosures endots() supports .named expect_identical 361 361
2607 test-nse-defuse.R test_that: quos() creates quosures endots() supports .unquote_names expect_identical 367 367
2608 test-nse-defuse.R test_that: quos() creates quosures endots() supports .unquote_names expect_identical 369 369
2609 test-nse-defuse.R test_that: quos() creates quosures endots() supports .unquote_names expect_identical 373 373
2610 test-nse-defuse.R test_that: quos() creates quosures endots() supports .unquote_names expect_identical 375 375
2611 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_empty expect_identical 381 381
2612 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_empty expect_identical 383 383
2613 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_empty expect_identical 387 387
2614 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_empty expect_identical 389 389
2615 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 395 395
2616 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 396 396
2617 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 397 397
2618 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 400 400
2619 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 403 403
2620 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 407 407
2621 test-nse-defuse.R test_that: quos() creates quosures endots() supports .ignore_null (#1450) expect_identical 410 410
2622 test-nse-defuse.R test_that: quos() creates quosures ensyms() captures multiple symbols expect_identical 415 415
2623 test-nse-defuse.R test_that: quos() creates quosures ensyms() captures multiple symbols expect_snapshot 416 416
2624 test-nse-defuse.R test_that: quos() creates quosures enquos() works with lexically scoped dots expect_identical 423 423
2625 test-nse-defuse.R test_that: quos() creates quosures enquo() works with lexically scoped arguments expect_identical 430 430
2626 test-nse-defuse.R test_that: quos() creates quosures closures are captured with their calling environment expect_reference 433 435
2627 test-nse-defuse.R test_that: quos() creates quosures the missing argument is captured expect_equal_ 437 455
2628 test-nse-defuse.R test_that: quos() creates quosures the missing argument is captured expect_equal_ 450 454
2629 test-nse-defuse.R test_that: quos() creates quosures missing names are forwarded expect_identical_ 459 459
2630 test-nse-defuse.R test_that: quos() creates quosures auto-naming uses type_sum() (#573) expect_named 462 467
2631 test-nse-defuse.R test_that: quos() creates quosures auto-naming uses type_sum() (#573) expect_named 466 466
2632 test-nse-defuse.R test_that: quos() creates quosures auto-naming supports the .data pronoun expect_named 471 471
2633 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 476 476
2634 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 477 477
2635 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 478 478
2636 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 481 481
2637 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 482 482
2638 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support .ignore_empty = 'all' (#414) expect_identical 483 483
2639 test-nse-defuse.R test_that: quos() creates quosures enquos() does not discard named missing arguments (#1229) expect_equal 488 491
2640 test-nse-defuse.R test_that: quos() creates quosures enquos() does not discard named missing arguments (#1229) expect_equal 492 495
2641 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 500 500
2642 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 501 501
2643 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 502 502
2644 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 505 505
2645 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 506 506
2646 test-nse-defuse.R test_that: quos() creates quosures enexprs() and enquos() support empty dots expect_identical 507 507
2647 test-nse-defuse.R test_that: quos() creates quosures supplying !!! with a name warns expect_no_warning_ 512 512
2648 test-nse-defuse.R test_that: quos() creates quosures supplying !!! with a name warns expect_defunct 513 513
2649 test-nse-defuse.R test_that: quos() creates quosures ensym() unwraps quosures expect_identical 518 518
2650 test-nse-defuse.R test_that: quos() creates quosures ensym() unwraps quosures expect_identical 519 519
2651 test-nse-defuse.R test_that: quos() creates quosures ensym() unwraps quosures expect_snapshot 520 520
2652 test-nse-defuse.R test_that: quos() creates quosures ensyms() unwraps quosures expect_identical 525 525
2653 test-nse-defuse.R test_that: quos() creates quosures ensyms() unwraps quosures expect_snapshot 526 526
2654 test-nse-defuse.R test_that: quos() creates quosures enquo0() and enquos0() capture arguments without injection expect_equal 531 534
2655 test-nse-defuse.R test_that: quos() creates quosures enquo0() and enquos0() capture arguments without injection expect_equal_ 537 540
2656 test-nse-defuse.R test_that: quos() creates quosures enquo0() and enquos0() don’t rewrap quosures expect_equal 546 546
2657 test-nse-defuse.R test_that: quos() creates quosures enquo0() and enquos0() don’t rewrap quosures expect_equal 550 550
2658 test-nse-defuse.R test_that: quos() creates quosures enquo() defuses numbered dots (#1137) expect_error 555 558
2659 test-nse-defuse.R test_that: quos() creates quosures enquo() defuses numbered dots (#1137) expect_error 561 564
2660 test-nse-defuse.R test_that: quos() creates quosures enquo() defuses numbered dots (#1137) expect_error 567 570
2661 test-nse-defuse.R test_that: quos() creates quosures enquos() defuses numbered dots (#1137) expect_equal 576 579
2662 test-nse-defuse.R test_that: quos() creates quosures enquos() defuses numbered dots (#1137) expect_equal 584 587
2663 test-nse-defuse.R test_that: quos() creates quosures enquos() defuses numbered dots (#1137) expect_equal 590 593
2664 test-nse-defuse.R test_that: quos() creates quosures enquos() defuses numbered dots (#1137) expect_error 596 599
2665 test-nse-defuse.R test_that: quos() creates quosures defer() does not crash with environments containing quosures (#1085) expect_no_error 608 608
2666 test-nse-defuse.R test_that: quos() creates quosures auto-named expressions can be unique-repaired expect_snapshot 618 628
2667 test-nse-defuse.R test_that: quos() creates quosures auto-named expressions can be unique-repaired expect_equal 618 628
2668 test-nse-defuse.R test_that: quos() creates quosures auto-named expressions can be unique-repaired expect_equal 624 627
2669 test-nse-defuse.R test_that: quos() creates quosures can capture forced numbered dot expect_equal 636 636
2670 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 641 641
2671 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 642 642
2672 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 643 643
2673 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 646 646
2674 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 647 647
2675 test-nse-defuse.R test_that: quos() creates quosures enexprs() and variants support .named = NULL (#1223) expect_equal 648 648
2676 test-nse-defuse.R test_that: quos() creates quosures .named = NULL yields NULL names (#1505) expect_null 653 653
2677 test-nse-defuse.R test_that: quos() creates quosures .named = NULL yields NULL names (#1505) expect_null 656 656
2678 test-nse-defuse.R test_that: quos() creates quosures .named = NULL yields NULL names (#1505) expect_null 657 657
2679 test-nse-defuse.R test_that: quos() creates quosures .named = NULL yields NULL names (#1505) expect_null 659 659
2680 test-nse-defuse.R test_that: quos() creates quosures .named = NULL yields NULL names (#1505) expect_null 660 660
2681 test-nse-defuse.R test_that: quos() creates quosures embraced empty arg are detected consistently (#1421) expect_equal 678 678
2682 test-nse-defuse.R test_that: quos() creates quosures embraced empty arg are detected consistently (#1421) expect_equal 679 679
2683 test-nse-defuse.R test_that: quos() creates quosures embraced empty arg are detected consistently (#1421) expect_equal 681 681
2684 test-nse-defuse.R test_that: quos() creates quosures embraced empty arg are detected consistently (#1421) expect_equal 682 682
2685 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments formulas containing unquote operators are interpolated expect_identical 12 12
2686 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments interpolation is carried out in the right environment expect_identical 17 17
2687 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments interpolation now revisits unquoted formulas expect_error 24 24
2688 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments interpolation now revisits unquoted formulas expect_false 24 24
2689 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments formulas are not treated as quosures expect_identical 27 31
2690 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments formulas are not treated as quosures expect_identical 29 29
2691 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments formulas are not treated as quosures expect_identical 30 30
2692 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquote operators are always in scope expect_identical 36 36
2693 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can interpolate in specific env expect_identical 44 44
2694 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can interpolate in specific env expect_identical 47 47
2695 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can qualify operators with namespace expect_identical 50 53
2696 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can qualify operators with namespace expect_identical 52 52
2697 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting is frame-consistent expect_identical 58 58
2698 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoted quosure has S3 class expect_s3_class 63 63
2699 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoted quosures are not guarded expect_true 68 68
2700 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 74 113
2701 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 76 76
2702 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 77 77
2703 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 78 78
2704 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 79 79
2705 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 80 80
2706 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 81 81
2707 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 82 82
2708 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 83 83
2709 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 85 85
2710 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 86 86
2711 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 87 87
2712 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 89 89
2713 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 90 90
2714 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 93 93
2715 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 94 94
2716 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 95 95
2717 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 96 96
2718 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 98 98
2719 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 99 99
2720 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 100 100
2721 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 101 101
2722 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 103 103
2723 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 104 104
2724 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 106 106
2725 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 107 107
2726 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 108 108
2727 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 110 110
2728 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 111 111
2729 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! binds tightly expect_identical_ 112 112
2730 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments lower pivot is correctly found (#1125) expect_equal_ 115 121
2731 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments lower pivot is correctly found (#1125) expect_equal_ 117 117
2732 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments lower pivot is correctly found (#1125) expect_equal_ 118 118
2733 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments lower pivot is correctly found (#1125) expect_equal_ 119 119
2734 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments lower pivot is correctly found (#1125) expect_equal_ 120 120
2735 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 123 147
2736 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 125 125
2737 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 127 127
2738 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 128 128
2739 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 130 130
2740 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 131 131
2741 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 133 133
2742 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 134 134
2743 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 135 135
2744 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 136 136
2745 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 138 138
2746 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 139 139
2747 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 141 141
2748 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 142 142
2749 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical 143 143
2750 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 145 145
2751 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles binary and unary - and + expect_identical_ 146 146
2752 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! handles special operators expect_identical 149 151
2753 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments LHS of nested !! is expanded (#405) expect_identical_ 153 156
2754 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments LHS of nested !! is expanded (#405) expect_identical_ 155 155
2755 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments operators with zero or one argument work (#652) expect_identical 158 161
2756 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments operators with zero or one argument work (#652) expect_identical 160 160
2757 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments evaluates contents of !! expect_identical 163 165
2758 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments quosures are not rewrapped expect_identical 169 169
2759 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments quosures are not rewrapped expect_identical 172 172
2760 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments UQ() fails if called without argument expect_equal 179 179
2761 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments UQ() fails if called without argument expect_s3_class 182 182
2762 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments UQ() fails if called without argument expect_match 183 183
2763 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments values of !!! spliced into expression expect_identical 191 191
2764 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments names within !!! are preseved expect_identical 196 196
2765 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! handles { calls expect_identical 199 201
2766 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments serialised unicode in argument names is unserialised on splice expect_identical 218 218
2767 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments serialised unicode in argument names is unserialised on splice expect_true 219 219
2768 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t splice at top level expect_error_ 223 225
2769 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can splice function body even if not a { block expect_identical 229 229
2770 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can splice function body even if not a { block expect_identical 232 232
2771 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing a pairlist has no side effect expect_identical 238 238
2772 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works in prefix form expect_identical 241 246
2773 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works in prefix form expect_identical 243 243
2774 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works in prefix form expect_identical 244 244
2775 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works in prefix form expect_identical 245 245
2776 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 248 255
2777 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 250 250
2778 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 251 251
2779 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 252 252
2780 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 253 253
2781 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t use prefix form of !!! with qualifying operators expect_error_ 254 254
2782 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t supply multiple arguments to !!! expect_error_ 257 260
2783 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can’t supply multiple arguments to !!! expect_error_ 259 259
2784 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! doesn’t modify spliced inputs by reference expect_identical 265 265
2785 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! doesn’t modify spliced inputs by reference expect_identical 269 269
2786 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! doesn’t modify spliced inputs by reference expect_equal 273 273
2787 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments exprs() preserves spliced quosures expect_identical 278 278
2788 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments exprs() preserves spliced quosures expect_identical 279 279
2789 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 282 306
2790 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 284 284
2791 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 285 285
2792 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 286 286
2793 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 287 287
2794 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 289 289
2795 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 290 290
2796 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 291 291
2797 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 292 292
2798 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 293 293
2799 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 295 295
2800 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 296 296
2801 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 297 297
2802 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 298 298
2803 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 299 299
2804 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 301 301
2805 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 302 302
2806 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 303 303
2807 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 304 304
2808 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! fails with non-vectors expect_error_ 305 305
2809 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 308 348
2810 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 310 310
2811 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 311 311
2812 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 312 312
2813 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 313 313
2814 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 314 314
2815 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 315 315
2816 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 316 316
2817 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 317 317
2818 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 319 319
2819 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 320 320
2820 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 321 321
2821 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 322 322
2822 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 323 323
2823 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 324 324
2824 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 325 325
2825 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 326 326
2826 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 327 327
2827 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 329 329
2828 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 330 330
2829 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 331 331
2830 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 332 332
2831 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 333 333
2832 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 334 334
2833 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 335 335
2834 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 336 336
2835 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 337 337
2836 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 339 339
2837 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 340 340
2838 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 341 341
2839 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 342 342
2840 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 343 343
2841 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 344 344
2842 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 345 345
2843 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 346 346
2844 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! succeeds with vectors, pairlists and language objects expect_identical_ 347 347
2845 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 357 357
2846 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 358 358
2847 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 359 359
2848 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 360 360
2849 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 365 365
2850 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 366 366
2851 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 367 367
2852 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ expect_identical_ 368 368
2853 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! errors on scalar S4 objects without a [[ method expect_error_ 374 374
2854 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works with scalar S4 objects with a [[ method defined expect_identical_ 385 385
2855 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! works with all vector S4 objects expect_identical_ 391 391
2856 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ with vector S4 objects expect_identical_ 416 416
2857 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ with vector S4 objects expect_identical_ 417 417
2858 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ with vector S4 objects expect_identical_ 418 418
2859 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! calls [[ with vector S4 objects expect_identical_ 419 419
2860 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! doesn’t shorten S3 lists containing NULL expect_identical_ 426 426
2861 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! doesn’t shorten S3 lists containing NULL expect_identical_ 427 427
2862 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !!! goes through [[ for record S3 types expect_identical_ 457 457
2863 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments single ! is not treated as shortcut expect_identical 462 464
2864 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments double and triple ! are treated as syntactic shortcuts expect_identical 468 468
2865 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments double and triple ! are treated as syntactic shortcuts expect_identical 469 469
2866 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments double and triple ! are treated as syntactic shortcuts expect_identical 470 470
2867 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! works in prefixed calls expect_identical 475 475
2868 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! works in prefixed calls expect_identical 476 476
2869 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments !! works in prefixed calls expect_identical 477 477
2870 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 482 482
2871 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 483 483
2872 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 485 485
2873 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 486 486
2874 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 488 488
2875 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 489 489
2876 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments one layer of parentheses around !! is removed expect_identical 491 491
2877 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments parentheses are not removed if there’s a tail expect_identical 494 496
2878 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 498 505
2879 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 500 500
2880 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 501 501
2881 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 502 502
2882 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 503 503
2883 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can use prefix form of !! with qualifying operators expect_identical 504 504
2884 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote within for loop (#417) expect_identical 515 515
2885 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote within for loop (#417) expect_identical 520 520
2886 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote within for loop (#417) expect_identical 526 526
2887 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote within for loop (#417) expect_identical 531 531
2888 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments quosures are created for all informative formulas expect_identical 543 543
2889 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments quosures are created for all informative formulas expect_identical 546 546
2890 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice symbols expect_identical 554 554
2891 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote symbols expect_error_ 557 559
2892 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 564 573
2893 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 566 566
2894 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 567 567
2895 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 568 568
2896 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 569 569
2897 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := unquotes its LHS as name unless .unquote_names is FALSE expect_identical 572 572
2898 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := chaining is detected at dots capture expect_error 575 582
2899 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := chaining is detected at dots capture expect_error 577 577
2900 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := chaining is detected at dots capture expect_error 578 578
2901 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments := chaining is detected at dots capture expect_error 581 581
2902 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_error 588 588
2903 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_qq_error 589 589
2904 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_qq_error 590 590
2905 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_qq_error 591 591
2906 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_error 593 593
2907 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_dyn_error 594 594
2908 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquote operators fail when called outside quasiquoted arguments expect_dyn_error 595 595
2909 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[ unquotes expect_identical_ 600 600
2910 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[ unquotes expect_identical_ 601 601
2911 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[ unquotes expect_identical_ 602 602
2912 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments it is still possible to unquote manually within .data[[ expect_identical 608 608
2913 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[ argument is not masked expect_identical_ 613 613
2914 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[ on the LHS of := fails expect_error 616 618
2915 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments it is still possible to use .data[[ in list2() expect_identical_ 622 622
2916 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can defuse-and-label and interpolate with glue expect_identical 631 631
2917 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can defuse-and-label and interpolate with glue expect_identical 632 632
2918 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can defuse-and-label and interpolate with glue expect_identical 634 634
2919 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoted strings are not interpolated with glue expect_identical_ 637 642
2920 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() returns a bare string expect_null 646 646
2921 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_snapshot 649 666
2922 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_error 652 652
2923 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_error 655 655
2924 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_error 658 658
2925 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_error 661 661
2926 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() has good error messages (#1531) expect_error 664 664
2927 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_equal 683 683
2928 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_equal 684 684
2929 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_snapshot 686 690
2930 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_error 687 687
2931 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_error 688 688
2932 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can wrap englue() (#1565) expect_error 689 689
2933 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_warning_ 696 715
2934 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_warning_ 698 698
2935 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_identical 704 704
2936 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_identical 705 705
2937 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_equal 708 708
2938 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_s3_class 711 711
2939 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_match 712 712
2940 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments unquoting with rlang namespace is deprecated expect_error_ 714 714
2941 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 720 720
2942 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 721 721
2943 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 723 723
2944 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 724 724
2945 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 726 726
2946 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 727 727
2947 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 729 729
2948 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments splicing language objects still works expect_identical_ 730 730
2949 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote string in function position expect_identical_ 733 735
2950 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ is a quote-unquote operator expect_identical_ 739 739
2951 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ is a quote-unquote operator expect_identical_ 740 740
2952 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ is a quote-unquote operator expect_error_ 741 741
2953 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ only works in quoting functions expect_error_ 744 750
2954 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ on the LHS of := expect_identical_ 754 754
2955 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ on the LHS of := expect_identical_ 757 757
2956 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ on the LHS of := expect_identical_ 760 760
2957 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ on the LHS of := expect_identical_ 763 763
2958 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ on the LHS of := expect_error_ 765 765
2959 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice in atomic capture expect_identical_ 768 770
2960 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice multiple times (#771) expect_identical 772 777
2961 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice multiple times (#771) expect_identical 774 774
2962 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice multiple times (#771) expect_identical 775 775
2963 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can unquote-splice multiple times (#771) expect_identical 776 776
2964 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[quote(foo)]] creates strings (#836) expect_identical 779 782
2965 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[quote(foo)]] creates strings (#836) expect_identical 781 781
2966 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[quo(foo)]] creates strings (#807) expect_identical 784 787
2967 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments .data[[quo(foo)]] creates strings (#807) expect_identical 786 786
2968 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments can splice named empty vectors (#1045) expect_equal 792 792
2969 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquoted LHS is not recursed into and mutated (#1103) expect_equal 799 799
2970 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquoted LHS is not recursed into and mutated (#1103) expect_equal 800 800
2971 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquoted LHS is not recursed into and mutated (#1103) expect_equal 805 805
2972 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments Unquoted LHS is not recursed into and mutated (#1103) expect_equal 806 806
2973 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments {{ foo; bar }} is not injected (#1087) expect_equal_ 809 814
2974 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() works expect_equal 818 818
2975 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() works expect_equal 819 819
2976 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() works expect_equal 822 822
2977 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() works expect_equal 823 823
2978 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() checks for the size of its result (#1492) expect_snapshot 826 834
2979 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() checks for the size of its result (#1492) expect_error 829 829
2980 test-nse-inject.R test_that: interpolation does not recurse over spliced arguments englue() checks for the size of its result (#1492) expect_error 832 832
2981 test-obj.R test_that: poke_type() changes object type can access promise properties expect_identical 14 14
2982 test-obj.R test_that: poke_type() changes object type can access promise properties expect_identical 15 15
2983 test-obj.R test_that: poke_type() changes object type can pluck promise and its properties from env expect_identical 25 25
2984 test-obj.R test_that: poke_type() changes object type can pluck promise value expect_identical 30 30
2985 test-obj.R test_that: poke_type() changes object type can pluck promise value expect_identical 34 34
2986 test-obj.R test_that: poke_type() changes object type can take the address of the missing arg (#1521) expect_true 39 39
2987 test-obj.R test_that: poke_type() changes object type can take the address of the missing arg (#1521) expect_true 40 40
2988 test-operators.R test_that: %|% returns default value %|% also works when y is of same length as x expect_identical 20 20
2989 test-operators.R test_that: %|% returns default value %|% also works when y is of same length as x expect_identical 23 23
2990 test-operators.R test_that: %|% returns default value %|% also works when y is of same length as x expect_identical 26 26
2991 test-operators.R test_that: %|% returns default value %|% also works when y is of same length as x expect_identical 29 29
2992 test-operators.R test_that: %|% returns default value %|% also works when y is of same length as x expect_equal 32 32
2993 test-operators.R test_that: %|% returns default value %|% fails with wrong types expect_snapshot 35 42
2994 test-operators.R test_that: %|% returns default value %|% fails with wrong types expect_error 37 37
2995 test-operators.R test_that: %|% returns default value %|% fails with wrong types expect_error 38 38
2996 test-operators.R test_that: %|% returns default value %|% fails with wrong types expect_error 39 39
2997 test-operators.R test_that: %|% returns default value %|% fails with wrong types expect_error 40 40
2998 test-operators.R test_that: %|% returns default value %|% fails with wrong length expect_snapshot 44 50
2999 test-operators.R test_that: %|% returns default value %|% fails with wrong length expect_error 46 46
3000 test-operators.R test_that: %|% returns default value %|% fails with wrong length expect_error 47 47
3001 test-operators.R test_that: %|% returns default value %|% fails with wrong length expect_error 48 48
3002 test-operators.R test_that: %|% returns default value %@% returns attribute expect_identical 52 56
3003 test-operators.R test_that: %|% returns default value %@% returns attribute expect_identical 54 54
3004 test-operators.R test_that: %|% returns default value %@% returns attribute expect_null 55 55
3005 test-operators.R test_that: %|% returns default value %@% has replacement version expect_identical 62 62
3006 test-operators.R test_that: %|% returns default value %@% works with S4 objects (#207) expect_identical 69 69
3007 test-operators.R test_that: %|% returns default value %@% works with S4 objects (#207) expect_identical 70 70
3008 test-operators.R test_that: %|% returns default value %@% works with S4 objects (#207) expect_identical 74 74
3009 test-operators.R test_that: %|% returns default value %@% works with S4 objects (#207) expect_identical 75 75
3010 test-parse.R test_that: parse_quo() etc return quosures temporary connections are closed expect_error 12 12
3011 test-parse.R test_that: parse_quo() etc return quosures parse_expr() throws meaningful error messages expect_snapshot 15 20
3012 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() and parse_quos() handle character vectors expect_identical 25 25
3013 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() and parse_quos() handle character vectors expect_identical 28 28
3014 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() requires connections or character vectors expect_error 31 33
3015 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() and parse_quos() support empty input expect_identical 35 38
3016 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() and parse_quos() support empty input expect_identical 37 37
3017 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() supports empty expressions (#954) expect_equal 42 42
3018 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() supports empty expressions (#954) expect_equal 43 43
3019 test-parse.R test_that: parse_quo() etc return quosures parse_exprs() preserves names (#808) expect_identical 48 51
3020 test-parse.R test_that: parse_quo() etc return quosures parse_expr() supports vectors of lines (#1540) expect_equal 56 56
3021 test-parse.R test_that: parse_quo() etc return quosures parse_expr() supports vectors of lines (#1540) expect_error 59 59
3022 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_set_expr() and quo_set_env() set quosure components expect_identical 12 12
3023 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_set_expr() and quo_set_env() set quosure components expect_identical 13 13
3024 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_set_expr() and quo_set_env() set quosure components expect_identical 16 16
3025 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_set_expr() and quo_set_env() set quosure components expect_identical 17 17
3026 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure getters and setters check inputs expect_error 20 26
3027 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure getters and setters check inputs expect_error 22 22
3028 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure getters and setters check inputs expect_error 23 23
3029 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure getters and setters check inputs expect_error 24 24
3030 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure getters and setters check inputs expect_error 25 25
3031 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components generic getters work on quosures expect_identical 28 31
3032 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components generic getters work on quosures expect_identical 30 30
3033 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components generic setters work on quosures expect_identical 37 37
3034 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components generic setters work on quosures expect_identical 38 38
3035 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can flatten empty quosure expect_identical 41 43
3036 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosure() checks inputs expect_error 45 47
3037 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosure() produces expected internal structure expect_identical 51 51
3038 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosure() double wraps expect_identical 57 57
3039 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() uses correct env expect_identical 73 73
3040 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() uses correct env expect_identical 74 74
3041 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() uses correct env expect_identical 79 79
3042 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() uses correct env expect_identical 80 80
3043 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components explicit promise works only one level deep expect_identical 89 89
3044 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can capture optimised constants expect_identical 98 98
3045 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can capture optimised constants expect_identical 99 99
3046 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can capture optimised constants expect_identical 106 106
3047 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can capture optimised constants expect_identical 107 107
3048 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures are spliced expect_identical 112 112
3049 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures are spliced expect_identical 115 115
3050 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures are spliced expect_identical 118 118
3051 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components formulas are not spliced expect_identical 121 123
3052 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components splicing does not affect original quosure expect_identical 128 128
3053 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() doesn’t convert functions expect_identical 131 133
3054 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() coerces formulas expect_identical 135 137
3055 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() warns expect_warning 139 142
3056 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() warns expect_warning 141 141
3057 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_deparse() indicates quosures with ^ expect_identical 147 147
3058 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure deparser respects width expect_identical 152 152
3059 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure deparser respects width expect_identical 153 153
3060 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 156 175
3061 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 158 158
3062 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 159 159
3063 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 161 161
3064 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 162 162
3065 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 163 163
3066 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 165 165
3067 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 166 166
3068 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_true 167 167
3069 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 169 169
3070 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 170 170
3071 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 171 171
3072 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 172 172
3073 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 173 173
3074 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure predicates work expect_false 174 174
3075 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosures() checks that elements are quosures expect_error 177 179
3076 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosures() and as_quosures() return named lists expect_identical 183 183
3077 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosures() and as_quosures() return named lists expect_identical 184 184
3078 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosures() applies default environment expect_identical 190 190
3079 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosures() auto-names if requested expect_named 195 195
3080 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures class has subset assign methods expect_identical 204 204
3081 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures class has subset assign methods expect_warning 205 205
3082 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures class has subset assign methods expect_identical 209 209
3083 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures class has subset assign methods expect_identical 215 215
3084 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can remove quosures by assigning NULL expect_identical 223 223
3085 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can remove quosures by assigning NULL expect_identical 226 226
3086 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can’t cast a quosure to base types (#523) expect_deprecated 229 236
3087 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can’t cast a quosure to base types (#523) expect_identical 235 235
3088 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 241 241
3089 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 242 242
3090 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 243 243
3091 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 245 245
3092 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 246 246
3093 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 247 247
3094 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 248 248
3095 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 250 250
3096 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures fail with common operations (#478, tidyverse/dplyr#3476) expect_error 251 251
3097 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components negating quosure fails with informative message expect_error 254 256
3098 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can cast quosure lists to bare lists expect_identical 258 260
3099 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can concatenate quosure lists expect_identical 262 264
3100 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components new_quosure() checks input expect_error 266 268
3101 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_string(quo) produces informative error message expect_error 270 272
3102 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components [ properly reconstructs quosure lists expect_identical 274 277
3103 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components [ properly reconstructs quosure lists expect_identical 276 276
3104 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure lists are considered vectors expect_true 281 281
3105 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure lists are considered vectors expect_identical 282 282
3106 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosure attributes are cloned (#1142) expect_true 289 289
3107 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() supports nested missing args expect_equal 292 304
3108 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() supports nested missing args expect_equal 297 300
3109 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() supports nested missing args expect_equal 302 302
3110 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() supports nested missing args expect_equal 303 303
3111 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() handles quosures in function positions expect_equal 308 308
3112 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures can be concatenated with lists of quosures (#1446) expect_equal 311 321
3113 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quosures can be concatenated with lists of quosures (#1446) expect_equal 317 320
3114 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() handles nested quosured quosures expect_equal 325 325
3115 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components quo_squash() handles nested quosured quosures expect_equal 326 326
3116 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() still provides default env expect_warning 334 334
3117 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components as_quosure() still provides default env expect_reference 335 335
3118 test-quo.R test_that: quo_get_expr() and quo_get_env() retrieve quosure components can still concatenate quosure lists and non-quosures expect_identical 340 340
3119 test-raw.R test_that: multiplication works multiplication works expect_identical 1 5
3120 test-raw.R test_that: multiplication works multiplication works expect_identical 3 3
3121 test-raw.R test_that: multiplication works multiplication works expect_identical 4 4
3122 test-s3.R test_that: inherits from all classes inherits from any class expect_true 18 18
3123 test-s3.R test_that: inherits from all classes inherits from any class expect_true 19 19
3124 test-s3.R test_that: inherits from all classes inherits from any class expect_true 20 20
3125 test-s3.R test_that: inherits from all classes inherits from any class expect_false 22 22
3126 test-s3.R test_that: inherits from all classes inherits from any class expect_error 24 24
3127 test-s3.R test_that: inherits from all classes inherits only from class expect_false 29 29
3128 test-s3.R test_that: inherits from all classes inherits only from class expect_true 30 30
3129 test-s3.R test_that: inherits from all classes can box and unbox a value expect_true 35 35
3130 test-s3.R test_that: inherits from all classes can box and unbox a value expect_true 36 36
3131 test-s3.R test_that: inherits from all classes can box and unbox a value expect_false 37 37
3132 test-s3.R test_that: inherits from all classes can box and unbox a value expect_identical 38 38
3133 test-s3.R test_that: inherits from all classes can box and unbox a value expect_true 41 41
3134 test-s3.R test_that: inherits from all classes can box and unbox a value expect_false 42 42
3135 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_true 47 47
3136 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_true 50 50
3137 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_null 51 51
3138 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_true 55 55
3139 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_true 56 56
3140 test-s3.R test_that: inherits from all classes as_box() ensures boxed value expect_null 57 57
3141 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_true 62 62
3142 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_true 65 65
3143 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_null 66 66
3144 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_null 68 68
3145 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_snapshot 70 73
3146 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_error 71 71
3147 test-s3.R test_that: inherits from all classes as_box_if() ensures boxed value if predicate returns TRUE expect_error 72 72
3148 test-s3.R test_that: inherits from all classes unboxing a non-boxed value is an error expect_error 76 78
3149 test-s3.R test_that: inherits from all classes zap() creates a zap expect_s3_class 80 83
3150 test-s3.R test_that: inherits from all classes zap() creates a zap expect_true 82 82
3151 test-s3.R test_that: inherits from all classes can pass additional attributes to boxes expect_identical 87 87
3152 test-s3.R test_that: inherits from all classes done() boxes values expect_true 90 94
3153 test-s3.R test_that: inherits from all classes done() boxes values expect_identical 92 92
3154 test-s3.R test_that: inherits from all classes done() boxes values expect_identical 93 93
3155 test-s3.R test_that: inherits from all classes done() can be empty expect_identical 99 99
3156 test-s3.R test_that: inherits from all classes done() can be empty expect_true 101 101
3157 test-s3.R test_that: inherits from all classes done() can be empty expect_s3_class 102 102
3158 test-s3.R test_that: inherits from all classes done() can be empty expect_identical 103 103
3159 test-s3.R test_that: inherits from all classes done() can be empty expect_true 105 105
3160 test-s3.R test_that: inherits from all classes done() can be empty expect_false 106 106
3161 test-s3.R test_that: inherits from all classes done() can be empty expect_false 109 109
3162 test-s3.R test_that: inherits from all classes done() can be empty expect_true 110 110
3163 test-s3.R test_that: inherits from all classes splice box is constructed expect_true 115 115
3164 test-s3.R test_that: inherits from all classes splice box is constructed expect_identical 116 116
3165 test-session.R test_that: is_installed() properly checks multiple packages check_installed() fails if packages are not installed expect_snapshot 9 13
3166 test-session.R test_that: is_installed() properly checks multiple packages check_installed() fails if packages are not installed expect_error 10 10
3167 test-session.R test_that: is_installed() properly checks multiple packages check_installed() fails if packages are not installed expect_error 11 11
3168 test-session.R test_that: is_installed() properly checks multiple packages check_installed() fails if packages are not installed expect_error 12 12
3169 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_snapshot 16 34
3170 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_error 18 21
3171 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_true 23 23
3172 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 24 24
3173 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 25 25
3174 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 26 26
3175 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_true 28 28
3176 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 29 29
3177 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_true 31 31
3178 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 32 32
3179 test-session.R test_that: is_installed() properly checks multiple packages is_installed() checks minimal versions expect_false 33 33
3180 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_null 40 40
3181 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_snapshot 42 49
3182 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 43 43
3183 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 44 44
3184 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 45 45
3185 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 46 46
3186 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 47 47
3187 test-session.R test_that: is_installed() properly checks multiple packages check_installed() checks minimal versions expect_error 48 48
3188 test-session.R test_that: is_installed() properly checks multiple packages < requirements can’t be recovered with restart expect_snapshot 55 57
3189 test-session.R test_that: is_installed() properly checks multiple packages < requirements can’t be recovered with restart expect_error 56 56
3190 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_true 60 82
3191 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_s3_class 65 69
3192 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_equal 67 67
3193 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_equal 68 68
3194 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_pnf 70 70
3195 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_pnf 71 71
3196 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_pnf 72 72
3197 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_error 74 77
3198 test-session.R test_that: is_installed() properly checks multiple packages pnf error is validated expect_error 78 81
3199 test-session.R test_that: is_installed() properly checks multiple packages can handle check-installed expect_no_error 115 121
3200 test-session.R test_that: is_installed() properly checks multiple packages can handle check-installed expect_error 124 131
3201 test-session.R test_that: is_installed() properly checks multiple packages pkg is type-checked expect_snapshot 134 141
3202 test-session.R test_that: is_installed() properly checks multiple packages pkg is type-checked expect_error 136 136
3203 test-session.R test_that: is_installed() properly checks multiple packages pkg is type-checked expect_error 137 137
3204 test-session.R test_that: is_installed() properly checks multiple packages pkg is type-checked expect_error 138 138
3205 test-session.R test_that: is_installed() properly checks multiple packages pkg is type-checked expect_error 139 139
3206 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_equal 149 153
3207 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_equal 158 162
3208 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_equal 167 171
3209 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_snapshot 173 177
3210 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_error 174 174
3211 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_error 175 175
3212 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() parses info expect_error 176 176
3213 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() supports cmp expect_equal 186 190
3214 test-session.R test_that: is_installed() properly checks multiple packages pkg_version_info() supports cmp expect_snapshot 192 198
3215 test-session.R test_that: is_installed() properly checks multiple packages action is checked expect_snapshot 201 206
3216 test-session.R test_that: is_installed() properly checks multiple packages check_installed() works within tryCatch(error = ) (#1402, tidyverse/ggplot2#4845) expect_snapshot 212 217
3217 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 223 223
3218 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 224 224
3219 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 225 225
3220 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_false 226 226
3221 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 230 235
3222 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 232 232
3223 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_true 233 233
3224 test-session.R test_that: is_installed() properly checks multiple packages is_installed(‘base’) works (#1434) expect_false 234 234
3225 test-session.R test_that: is_installed() properly checks multiple packages is_installed() allows irregular package names expect_false 238 242
3226 test-session.R test_that: is_installed() properly checks multiple packages is_installed() allows irregular package names expect_false 241 241
3227 test-session.R test_that: is_installed() properly checks multiple packages check_installed() and is_installed() support character vectors expect_true 244 247
3228 test-session.R test_that: is_installed() properly checks multiple packages check_installed() and is_installed() support character vectors expect_null 246 246
3229 test-stack.R test_that: can return from frame current_env() and current_fn() return current frame props expect_identical 26 26
3230 test-stack.R test_that: can return from frame current_env() and current_fn() return current frame props expect_identical 27 27
3231 test-stack.R test_that: can return from frame sys_parents() removes infloop values expect_false 38 38
3232 test-stack.R test_that: can return from frame sys_parents() removes infloop values expect_equal 42 42
3233 test-stack.R test_that: can return from frame sys_parents() removes infloop values expect_equal 43 43
3234 test-stack.R test_that: can return from frame current_fn() and caller_fn() work expect_equal 50 50
3235 test-stack.R test_that: can return from frame current_fn() and caller_fn() work expect_equal 51 51
3236 test-stack.R test_that: can return from frame current_fn() and caller_fn() work expect_null 55 55
3237 test-stack.R test_that: can return from frame current_fn() and caller_fn() work expect_equal 58 58
3238 test-stack.R test_that: can return from frame Parents are matched to youngest duplicate frames expect_equal 85 85
3239 test-stack.R test_that: can return from frame Parents are matched to youngest duplicate frames expect_equal 86 86
3240 test-stack.R test_that: can return from frame frame_fn() returns the function of the supplied frame expect_equal 99 99
3241 test-stack.R test_that: can return from frame frame_fn() returns the function of the supplied frame expect_equal 104 104
3242 test-stack.R test_that: can return from frame frame_fn() returns the function of the supplied frame expect_equal 110 110
3243 test-stack.R test_that: can return from frame frame_fn() returns the function of the supplied frame expect_null 115 115
3244 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_null 118 149
3245 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_null 120 120
3246 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_null 121 121
3247 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_equal 127 127
3248 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_equal 134 134
3249 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_equal 135 135
3250 test-stack.R test_that: can return from frame current_call(), caller_call() and frame_call() work expect_equal 145 145
3251 test-stack.R test_that: can return from frame caller_env2() respects invariant expect_equal 156 156
3252 test-stack.R test_that: can return from frame caller_env2() respects invariant expect_equal 162 162
3253 test-standalone-cli.R cli hyperlinks are supported expect_equal 148 151
3254 test-standalone-cli.R cli hyperlinks are supported expect_equal 157 160
3255 test-standalone-cli.R cli hyperlinks are supported expect_equal 163 166
3256 test-standalone-cli.R cli hyperlinks are supported expect_equal 169 172
3257 test-standalone-cli.R cli hyperlinks are supported expect_equal 175 178
3258 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_no_warning 34 44
3259 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_true 35 43
3260 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_snapshot 50 63
3261 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_warning 51 62
3262 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_false 51 62
3263 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_no_warning 69 80
3264 test-standalone-downstream-deps.R test_that: can parse versions can check downstream versions expect_true 69 80
3265 test-standalone-downstream-deps.R test_that: can parse versions setting rlib_downstream_check disables the check expect_no_warning 91 101
3266 test-standalone-downstream-deps.R test_that: can parse versions setting rlib_downstream_check disables the check expect_null 92 100
3267 test-standalone-downstream-deps.R test_that: can parse versions check_downstream() saves status in global env expect_warning 125 125
3268 test-standalone-downstream-deps.R test_that: can parse versions check_downstream() saves status in global env expect_false 125 125
3269 test-standalone-downstream-deps.R test_that: can parse versions check_downstream() saves status in global env expect_no_warning 126 126
3270 test-standalone-downstream-deps.R test_that: can parse versions check_downstream() saves status in global env expect_null 126 126
3271 test-standalone-obj-type.R setClass obj_type_oo() works expect_equal 5 5
3272 test-standalone-obj-type.R setClass obj_type_oo() works expect_equal 8 8
3273 test-standalone-obj-type.R setClass obj_type_oo() works expect_equal 13 13
3274 test-standalone-obj-type.R setClass obj_type_oo() works expect_equal 17 17
3275 test-standalone-obj-type.R setClass obj_type_oo() works expect_equal 21 21
3276 test-standalone-obj-type.R setClass stop_input_type() handles I() in arg (#1607) expect_snapshot 24 28
3277 test-standalone-purrr.R test_that: map functions work map2 functions work expect_equal 11 18
3278 test-standalone-purrr.R test_that: map functions work map2 functions work expect_equal 14 14
3279 test-standalone-purrr.R test_that: map functions work map2 functions work expect_identical 15 15
3280 test-standalone-purrr.R test_that: map functions work map2 functions work expect_identical 16 16
3281 test-standalone-purrr.R test_that: map functions work map2 functions work expect_equal 17 17
3282 test-standalone-purrr.R test_that: map functions work imap works expect_equal 20 24
3283 test-standalone-purrr.R test_that: map functions work imap works expect_equal 22 22
3284 test-standalone-purrr.R test_that: map functions work imap works expect_equal 23 23
3285 test-standalone-purrr.R test_that: map functions work pmap works expect_equal 26 28
3286 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_equal 32 32
3287 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_equal 33 33
3288 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_equal 34 34
3289 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_true 36 36
3290 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_false 37 37
3291 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_true 38 38
3292 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_false 39 39
3293 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_equal 41 41
3294 test-standalone-purrr.R test_that: map functions work predicate based functions work expect_identical 42 42
3295 test-standalone-purrr.R test_that: map functions work reduce/accumulate work expect_equal 47 47
3296 test-standalone-purrr.R test_that: map functions work reduce/accumulate work expect_equal 48 48
3297 test-standalone-purrr.R test_that: map functions work reduce/accumulate work expect_equal 50 50
3298 test-standalone-purrr.R test_that: map functions work reduce/accumulate work expect_equal 51 51
3299 test-standalone-purrr.R test_that: map functions work transpose() handles empty list expect_equal 54 56
3300 test-standalone-purrr.R test_that: map functions work transpose() handles incongruent names consistently with purrr (#1346) expect_equal 63 66
3301 test-standalone-purrr.R test_that: map functions work transpose() handles incongruent names consistently with purrr (#1346) expect_equal 72 75
3302 test-standalone-rlang.R test_that: is_installed() works is_interactive() works expect_true 12 12
3303 test-standalone-rlang.R test_that: is_installed() works is_interactive() works expect_false 16 16
3304 test-standalone-rlang.R test_that: is_installed() works signallers work expect_snapshot 22 24
3305 test-standalone-rlang.R test_that: is_installed() works signallers work expect_snapshot 25 27
3306 test-standalone-rlang.R test_that: is_installed() works signallers work expect_snapshot 28 30
3307 test-standalone-rlang.R test_that: is_installed() works unknown functions throw expect_snapshot 33 35
3308 test-standalone-s3-register.R test_that: can register for generics that don’t exist can register for generics that don’t exist expect_silent 2 6
3309 test-standalone-s3-register.R test_that: can register for generics that don’t exist can register for generics that don’t exist expect_snapshot 11 15
3310 test-standalone-s3-register.R test_that: can register for generics that don’t exist can register for generics that don’t exist expect_warning 13 13
3311 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_null 17 34
3312 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_null 19 19
3313 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_null 20 20
3314 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_null 21 21
3315 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_null 22 22
3316 test-standalone-types-check.R test_that: check_bool() checks check_string() checks expect_snapshot 24 33
3317 test-standalone-types-check.R test_that: check_bool() checks check_name() checks expect_null 36 51
3318 test-standalone-types-check.R test_that: check_bool() checks check_name() checks expect_null 38 38
3319 test-standalone-types-check.R test_that: check_bool() checks check_name() checks expect_snapshot 40 50
3320 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 53 85
3321 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 55 55
3322 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 56 56
3323 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 57 57
3324 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 58 58
3325 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 59 59
3326 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 60 60
3327 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_null 61 61
3328 test-standalone-types-check.R test_that: check_bool() checks check_number_whole() checks expect_snapshot 67 84
3329 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 87 112
3330 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 89 89
3331 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 90 90
3332 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 91 91
3333 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 92 92
3334 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 93 93
3335 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 94 94
3336 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 95 95
3337 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_null 96 96
3338 test-standalone-types-check.R test_that: check_bool() checks check_number_decimal() checks expect_snapshot 98 111
3339 test-standalone-types-check.R test_that: check_bool() checks check_symbol() checks expect_null 114 126
3340 test-standalone-types-check.R test_that: check_bool() checks check_symbol() checks expect_null 116 116
3341 test-standalone-types-check.R test_that: check_bool() checks check_symbol() checks expect_snapshot 118 125
3342 test-standalone-types-check.R test_that: check_bool() checks check_call() checks expect_null 128 139
3343 test-standalone-types-check.R test_that: check_bool() checks check_call() checks expect_null 130 130
3344 test-standalone-types-check.R test_that: check_bool() checks check_call() checks expect_snapshot 132 138
3345 test-standalone-types-check.R test_that: check_bool() checks check_environment() checks expect_null 141 151
3346 test-standalone-types-check.R test_that: check_bool() checks check_environment() checks expect_null 143 143
3347 test-standalone-types-check.R test_that: check_bool() checks check_environment() checks expect_snapshot 145 150
3348 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 153 170
3349 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 155 155
3350 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 156 156
3351 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 157 157
3352 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 158 158
3353 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 159 159
3354 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_null 160 160
3355 test-standalone-types-check.R test_that: check_bool() checks check_character() checks expect_snapshot 162 169
3356 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 172 187
3357 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 174 174
3358 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 175 175
3359 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 176 176
3360 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 177 177
3361 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_null 178 178
3362 test-standalone-types-check.R test_that: check_bool() checks check_logical() checks expect_snapshot 180 186
3363 test-standalone-types-check.R test_that: check_bool() checks non-numeric types are not numbers expect_snapshot 189 194
3364 test-standalone-types-check.R test_that: check_bool() checks non-numeric types are not numbers expect_error 191 191
3365 test-standalone-types-check.R test_that: check_bool() checks non-numeric types are not numbers expect_error 192 192
3366 test-standalone-types-check.R test_that: check_bool() checks check_data_frame() checks expect_null 196 205
3367 test-standalone-types-check.R test_that: check_bool() checks check_data_frame() checks expect_null 198 198
3368 test-standalone-types-check.R test_that: check_bool() checks check_data_frame() checks expect_snapshot 200 204
3369 test-standalone-vctrs.R test_that: data_frame() recycles data_frame() nests expect_equal 14 14
3370 test-standalone-vctrs.R test_that: data_frame() recycles data_frame() nests expect_equal 17 17
3371 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_equal 23 23
3372 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_equal 27 27
3373 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_error 30 33
3374 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_error 36 39
3375 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_equal 43 43
3376 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_identical 44 44
3377 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_identical 45 45
3378 test-standalone-vctrs.R test_that: data_frame() recycles new_data_frame handles zero-length inputs expect_equal 49 49
3379 test-standalone-vctrs.R test_that: data_frame() recycles can slice vectors and data frames expect_equal 55 58
3380 test-standalone-vctrs.R test_that: data_frame() recycles can slice vectors and data frames expect_equal 59 62
3381 test-standalone-vctrs.R test_that: data_frame() recycles can slice vectors and data frames expect_equal 72 75
3382 test-standalone-vctrs.R test_that: data_frame() recycles can slice vectors and data frames expect_equal 76 82
3383 test-standalone-vctrs.R test_that: data_frame() recycles can slice vectors and data frames expect_equal 88 88
3384 test-standalone-vctrs.R test_that: data_frame() recycles vec_slice() is generic expect_equal 94 94
3385 test-standalone-vctrs.R test_that: data_frame() recycles vec_assign() works expect_identical 97 113
3386 test-standalone-vctrs.R test_that: data_frame() recycles vec_assign() works expect_error 102 105
3387 test-standalone-vctrs.R test_that: data_frame() recycles vec_assign() works expect_equal 109 112
3388 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 115 153
3389 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 117 117
3390 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 118 118
3391 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 119 119
3392 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 120 120
3393 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 121 121
3394 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 123 123
3395 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 124 124
3396 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 125 125
3397 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 126 126
3398 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 127 127
3399 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 128 128
3400 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 130 130
3401 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 131 131
3402 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 132 132
3403 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 133 133
3404 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 134 134
3405 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 135 135
3406 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 137 137
3407 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 138 138
3408 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 139 139
3409 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 140 140
3410 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 141 141
3411 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 142 142
3412 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_equal 144 144
3413 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 145 145
3414 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 146 146
3415 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 147 147
3416 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 148 148
3417 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_error 149 149
3418 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_snapshot 151 151
3419 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() implements base coercions expect_snapshot 152 152
3420 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 155 167
3421 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 157 157
3422 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 158 158
3423 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 159 159
3424 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 160 160
3425 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 161 161
3426 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 162 162
3427 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 163 163
3428 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 164 164
3429 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 165 165
3430 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype2() deals with unspecified vectors expect_equal 166 166
3431 test-standalone-vctrs.R test_that: data_frame() recycles vec_is_unspecified() knows about empty logicals expect_true 169 172
3432 test-standalone-vctrs.R test_that: data_frame() recycles vec_is_unspecified() knows about empty logicals expect_false 171 171
3433 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype_common() works expect_equal 174 184
3434 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype_common() works expect_snapshot 180 183
3435 test-standalone-vctrs.R test_that: data_frame() recycles vec_ptype_common() finalises unspecified type expect_equal 186 191
3436 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 193 217
3437 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 195 195
3438 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 196 196
3439 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 197 197
3440 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 199 199
3441 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 200 200
3442 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 201 201
3443 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 202 202
3444 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 204 204
3445 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 205 205
3446 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 206 206
3447 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 207 207
3448 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 209 209
3449 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 211 211
3450 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 212 212
3451 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 214 214
3452 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 215 215
3453 test-standalone-vctrs.R test_that: data_frame() recycles safe casts work expect_equal 216 216
3454 test-standalone-vctrs.R test_that: data_frame() recycles lossy casts throw expect_error 219 226
3455 test-standalone-vctrs.R test_that: data_frame() recycles lossy casts throw expect_error 221 221
3456 test-standalone-vctrs.R test_that: data_frame() recycles lossy casts throw expect_error 223 223
3457 test-standalone-vctrs.R test_that: data_frame() recycles lossy casts throw expect_snapshot 225 225
3458 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 228 243
3459 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 230 230
3460 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 231 231
3461 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 233 233
3462 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 234 234
3463 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 235 235
3464 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 237 237
3465 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 239 239
3466 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 240 240
3467 test-standalone-vctrs.R test_that: data_frame() recycles invalid casts throw expect_error 242 242
3468 test-standalone-vctrs.R test_that: data_frame() recycles vec_cast_common(): empty input returns list() expect_equal 245 248
3469 test-standalone-vctrs.R test_that: data_frame() recycles vec_cast_common(): empty input returns list() expect_equal 247 247
3470 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_equal 255 258
3471 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_equal 259 262
3472 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_equal 263 266
3473 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_error 268 271
3474 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_equal 274 277
3475 test-standalone-vctrs.R test_that: data_frame() recycles data frames have a common type expect_equal 278 281
3476 test-standalone-vctrs.R test_that: data_frame() recycles data frame takes max of individual variables expect_equal 288 291
3477 test-standalone-vctrs.R test_that: data_frame() recycles data frame combines variables expect_equal 298 301
3478 test-standalone-vctrs.R test_that: data_frame() recycles can cast data frames expect_equal 304 320
3479 test-standalone-vctrs.R test_that: data_frame() recycles can cast data frames expect_equal 310 313
3480 test-standalone-vctrs.R test_that: data_frame() recycles can cast data frames expect_equal 316 319
3481 test-standalone-vctrs.R test_that: data_frame() recycles can bind data frames expect_equal 322 356
3482 test-standalone-vctrs.R test_that: data_frame() recycles can bind data frames expect_equal 331 337
3483 test-standalone-vctrs.R test_that: data_frame() recycles can bind data frames expect_equal 339 345
3484 test-standalone-vctrs.R test_that: data_frame() recycles can bind data frames expect_equal 349 355
3485 test-standalone-vctrs.R test_that: data_frame() recycles casting to df type uses same column order expect_equal 361 364
3486 test-standalone-vctrs.R test_that: data_frame() recycles casting to df type uses same column order expect_equal 368 371
3487 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() works expect_identical 379 379
3488 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() works expect_identical 382 382
3489 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() works expect_identical 385 385
3490 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() works expect_identical 388 388
3491 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() recycles scalar logical inputs expect_equal 391 394
3492 test-standalone-vctrs.R test_that: data_frame() recycles vec_as_location() recycles scalar logical inputs expect_equal 393 393
3493 test-standalone-vctrs.R test_that: data_frame() recycles vec_slice() preserves attributes of data frames expect_true 401 401
3494 test-standalone-vctrs.R test_that: data_frame() recycles vec_slice() doesn’t restore attributes if there is a [ method expect_equal 416 419
3495 test-standalone-vctrs.R test_that: data_frame() recycles vec_slice() preserves attributes of vectors expect_true 427 427
3496 test-standalone-vctrs.R test_that: data_frame() recycles vec_slice() preserves attributes of vectors expect_equal 428 428
3497 test-standalone-vctrs.R test_that: data_frame() recycles can row-bind unspecified columns expect_equal 431 439
3498 test-standalone-vctrs.R test_that: data_frame() recycles unspecified is detected recursively expect_s3_class 443 443
3499 test-standalone-vctrs.R test_that: data_frame() recycles ptype is finalised expect_identical 450 450
3500 test-standalone-vctrs.R test_that: data_frame() recycles ptype is finalised expect_identical 453 453
3501 test-standalone-vctrs.R test_that: data_frame() recycles vec_recycle_common() throws appropriate errors expect_error 456 467
3502 test-standalone-vctrs.R test_that: data_frame() recycles vec_recycle_common() throws appropriate errors expect_error 462 465
3503 test-standalone-zeallot.R test_that: LHS must be a list of symbols wrapped in c() can assign lists and vectors expect_equal 17 17
3504 test-standalone-zeallot.R test_that: LHS must be a list of symbols wrapped in c() can assign lists and vectors expect_equal 20 20
3505 test-standalone-zeallot.R test_that: LHS must be a list of symbols wrapped in c() RHS and LHS must have the same length expect_error 23 33
3506 test-standalone-zeallot.R test_that: LHS must be a list of symbols wrapped in c() RHS and LHS must have the same length expect_error 29 32
3507 test-standalone.R test_that: names() dispatches on environment lazy objects are converted to tidy quotes expect_identical 10 10
3508 test-standalone.R test_that: names() dispatches on environment lazy objects are converted to tidy quotes expect_identical 13 13
3509 test-standalone.R test_that: names() dispatches on environment lazy objects are converted to tidy quotes expect_identical 16 16
3510 test-standalone.R test_that: names() dispatches on environment lazy objects are converted to tidy quotes expect_identical 19 19
3511 test-standalone.R test_that: names() dispatches on environment lazy_dots objects are converted to tidy quotes expect_identical 36 36
3512 test-standalone.R test_that: names() dispatches on environment unnamed lazy_dots are given default names expect_identical 52 52
3513 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles missing arguments expect_identical 55 57
3514 test-standalone.R test_that: names() dispatches on environment compat_lazy_dots() takes lazy objects expect_identical 61 61
3515 test-standalone.R test_that: names() dispatches on environment compat_lazy_dots() takes symbolic objects expect_identical 64 67
3516 test-standalone.R test_that: names() dispatches on environment compat_lazy_dots() takes symbolic objects expect_identical 66 66
3517 test-standalone.R test_that: names() dispatches on environment compat_lazy() demotes character vectors to strings expect_identical 69 71
3518 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles numeric vectors expect_identical 73 76
3519 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles numeric vectors expect_warning 75 75
3520 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles numeric vectors expect_identical 75 75
3521 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles bare formulas expect_identical 78 81
3522 test-standalone.R test_that: names() dispatches on environment compat_lazy() handles bare formulas expect_identical 80 80
3523 test-standalone.R test_that: names() dispatches on environment trimws() trims expect_identical 85 85
3524 test-standalone.R test_that: names() dispatches on environment trimws() trims expect_identical 86 86
3525 test-standalone.R test_that: names() dispatches on environment trimws() trims expect_identical 87 87
3526 test-standalone.R test_that: names() dispatches on environment map2() sets names expect_identical 90 92
3527 test-standalone.R test_that: names() dispatches on environment map2() discards recycled names expect_identical 94 96
3528 test-state.R test_that: options are set temporarily peek_options() returns a named list expect_identical 9 9
3529 test-state.R test_that: options are set temporarily is_interactive() is FALSE when testthat runs expect_false 12 14
3530 test-state.R test_that: options are set temporarily is_interactive() honors rlang_interactive option, above all else expect_true 16 24
3531 test-state.R test_that: options are set temporarily is_interactive() honors rlang_interactive option, above all else expect_false 18 18
3532 test-state.R test_that: options are set temporarily is_interactive() honors rlang_interactive option, above all else expect_snapshot_error 19 19
3533 test-state.R test_that: options are set temporarily is_interactive() honors rlang_interactive option, above all else expect_false 22 22
3534 test-state.R test_that: options are set temporarily is_interactive() honors rlang_interactive option, above all else expect_true 23 23
3535 test-state.R test_that: options are set temporarily local_options() restores options in correct order (#980) expect_identical 33 33
3536 test-state.R test_that: options are set temporarily local_options() restores options in correct order (#980) expect_identical 40 40
3537 test-sym.R test_that: ensym() fails with calls ensym() supports strings and symbols expect_identical 11 11
3538 test-sym.R test_that: ensym() fails with calls ensym() supports strings and symbols expect_identical 12 12
3539 test-sym.R test_that: ensym() fails with calls ensym() supports strings and symbols expect_identical 13 13
3540 test-sym.R test_that: ensym() fails with calls empty string is treated as the missing argument expect_identical 16 18
3541 test-sym.R test_that: ensym() fails with calls syms() supports symbols as well expect_identical 20 22
3542 test-sym.R test_that: ensym() fails with calls is_symbol() matches name expect_true 24 28
3543 test-sym.R test_that: ensym() fails with calls is_symbol() matches name expect_true 26 26
3544 test-sym.R test_that: ensym() fails with calls is_symbol() matches name expect_false 27 27
3545 test-sym.R test_that: ensym() fails with calls is_symbol() matches any name in a vector expect_false 30 33
3546 test-sym.R test_that: ensym() fails with calls is_symbol() matches any name in a vector expect_true 32 32
3547 test-sym.R test_that: ensym() fails with calls must supply strings to sym() expect_snapshot 35 40
3548 test-sym.R test_that: ensym() fails with calls data_sym() and data_syms() work expect_equal 42 54
3549 test-sym.R test_that: ensym() fails with calls data_sym() and data_syms() work expect_equal 47 53
3550 test-trace.R tree printing only changes deliberately tree printing only changes deliberately expect_snapshot 27 31
3551 test-trace.R tree printing only changes deliberately can print tree with collapsed branches expect_snapshot_trace 55 58
3552 test-trace.R tree printing only changes deliberately can print tree with collapsed branches expect_snapshot_trace 66 69
3553 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 80 80
3554 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 81 81
3555 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 84 84
3556 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 85 85
3557 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 88 88
3558 test-trace.R tree printing only changes deliberately trace_simplify_branch() extracts last branch expect_equal 89 89
3559 test-trace.R tree printing only changes deliberately integerish indices are allowed expect_identical 94 94
3560 test-trace.R tree printing only changes deliberately cli_branch() handles edge case expect_snapshot 103 103
3561 test-trace.R tree printing only changes deliberately trace formatting picks up rlang_trace_format_srcrefs expect_false 113 113
3562 test-trace.R tree printing only changes deliberately trace formatting picks up rlang_trace_format_srcrefs expect_true 117 117
3563 test-trace.R tree printing only changes deliberately trace picks up option rlang_trace_top_env for trimming trace expect_identical 126 126
3564 test-trace.R tree printing only changes deliberately collapsed formatting doesn’t collapse single frame siblings expect_snapshot 137 140
3565 test-trace.R tree printing only changes deliberately recursive frames are rewired to the global env expect_snapshot_trace 151 151
3566 test-trace.R tree printing only changes deliberately long backtrace branches are truncated expect_snapshot 164 173
3567 test-trace.R tree printing only changes deliberately long backtrace branches are truncated expect_error 175 175
3568 test-trace.R tree printing only changes deliberately eval() frames are collapsed expect_snapshot_trace 187 187
3569 test-trace.R tree printing only changes deliberately eval() frames are collapsed expect_snapshot_trace 193 193
3570 test-trace.R tree printing only changes deliberately children of collapsed frames are rechained to correct parent expect_snapshot 205 212
3571 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 229 229
3572 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 232 232
3573 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 235 235
3574 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 238 238
3575 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 241 241
3576 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 244 244
3577 test-trace.R tree printing only changes deliberately combinations of incomplete and leading pipes collapse properly expect_snapshot_trace 247 247
3578 test-trace.R tree printing only changes deliberately calls before and after pipe are preserved expect_snapshot_trace 266 266
3579 test-trace.R tree printing only changes deliberately calls before and after pipe are preserved expect_snapshot_trace 269 269
3580 test-trace.R tree printing only changes deliberately calls before and after pipe are preserved expect_snapshot_trace 272 272
3581 test-trace.R tree printing only changes deliberately always keep very first frame as part of backtrace branch expect_snapshot_trace 285 285
3582 test-trace.R tree printing only changes deliberately can take the str() of a trace (#615) expect_output 291 291
3583 test-trace.R tree printing only changes deliberately can take the str() of a trace (#615) expect_no_error 291 291
3584 test-trace.R tree printing only changes deliberately anonymous calls are stripped from backtraces expect_identical 302 302
3585 test-trace.R tree printing only changes deliberately anonymous calls are stripped from backtraces expect_snapshot_trace 303 303
3586 test-trace.R tree printing only changes deliberately collapsing of eval() frames detects when error occurs within eval() expect_snapshot_trace 323 323
3587 test-trace.R tree printing only changes deliberately can print degenerate backtraces expect_snapshot_trace 328 328
3588 test-trace.R tree printing only changes deliberately can print degenerate backtraces expect_snapshot_trace 331 331
3589 test-trace.R tree printing only changes deliberately can print degenerate backtraces expect_snapshot_trace 334 334
3590 test-trace.R tree printing only changes deliberately check for dangling promise in call CAR (#492) expect_snapshot_trace 337 348
3591 test-trace.R tree printing only changes deliberately dangling srcrefs are not printed expect_snapshot_trace 360 363
3592 test-trace.R tree printing only changes deliberately summary.rlang_trace() prints the full tree expect_snapshot 372 372
3593 test-trace.R tree printing only changes deliberately unexported functions have ::: prefix expect_true 375 388
3594 test-trace.R tree printing only changes deliberately unexported functions have ::: prefix expect_snapshot_trace 387 387
3595 test-trace.R tree printing only changes deliberately global functions have global:: prefix expect_snapshot_trace 395 395
3596 test-trace.R tree printing only changes deliberately local functions inheriting from global do not have global:: prefix expect_snapshot_trace 403 403
3597 test-trace.R tree printing only changes deliberately can trim layers of backtraces expect_snapshot 417 431
3598 test-trace.R tree printing only changes deliberately can trim layers of backtraces expect_equal_trace 443 443
3599 test-trace.R tree printing only changes deliberately can trim layers of backtraces expect_equal_trace 444 444
3600 test-trace.R tree printing only changes deliberately can trim layers of backtraces expect_equal_trace 445 445
3601 test-trace.R tree printing only changes deliberately fails when bottom is not on the stack expect_error 448 450
3602 test-trace.R tree printing only changes deliberately caught error does not display backtrace in knitted files expect_match 465 465
3603 test-trace.R tree printing only changes deliberately caught error does not display backtrace in knitted files expect_snapshot 467 469
3604 test-trace.R tree printing only changes deliberately empty backtraces are dealt with expect_identical 487 487
3605 test-trace.R tree printing only changes deliberately can trace back with quosured symbol expect_s3_class 503 503
3606 test-trace.R tree printing only changes deliberately can slice backtrace expect_identical 509 512
3607 test-trace.R tree printing only changes deliberately can slice backtrace expect_identical 516 519
3608 test-trace.R tree printing only changes deliberately can slice backtrace expect_identical 520 523
3609 test-trace.R tree printing only changes deliberately backtraces carry version attribute expect_identical 526 528
3610 test-trace.R tree printing only changes deliberately can bind backtraces expect_equal 533 533
3611 test-trace.R tree printing only changes deliberately can bind backtraces expect_equal 534 534
3612 test-trace.R tree printing only changes deliberately can bind backtraces expect_equal 539 542
3613 test-trace.R tree printing only changes deliberately can bind backtraces expect_equal 544 547
3614 test-trace.R tree printing only changes deliberately backtraces don’t contain inlined objects (#1069, r-lib/testthat#1223) expect_snapshot 564 564
3615 test-trace.R tree printing only changes deliberately backtraces don’t contain inlined objects (#1069, r-lib/testthat#1223) expect_lt 565 565
3616 test-trace.R tree printing only changes deliberately runs of namespaces are embolden (#946) expect_snapshot 580 583
3617 test-trace.R tree printing only changes deliberately bottom must be a positive integer expect_snapshot 586 588
3618 test-trace.R tree printing only changes deliberately bottom must be a positive integer expect_error 587 587
3619 test-trace.R tree printing only changes deliberately collapsed case in branch formatting expect_snapshot_output 592 592
3620 test-trace.R tree printing only changes deliberately can detect namespace and scope from call expect_equal 598 601
3621 test-trace.R tree printing only changes deliberately can detect namespace and scope from call expect_equal 602 605
3622 test-trace.R tree printing only changes deliberately can detect namespace and scope from call expect_equal 606 609
3623 test-trace.R tree printing only changes deliberately trailing FALSE visibility is handled expect_snapshot_trace 618 618
3624 test-trace.R tree printing only changes deliberately can create empty trace with trace_back() expect_equal 621 626
3625 test-trace.R tree printing only changes deliberately can format empty traces expect_snapshot_trace 630 630
3626 test-trace.R tree printing only changes deliberately backtrace is formatted with sources (#1396) expect_true 645 645
3627 test-trace.R tree printing only changes deliberately sibling streaks in tree backtraces expect_snapshot_trace 653 653
3628 test-trace.R tree printing only changes deliberately parallel ‘|’ branches are correctly emphasised expect_error 665 665
3629 test-trace.R tree printing only changes deliberately parallel ‘|’ branches are correctly emphasised expect_snapshot_trace 666 666
3630 test-trace.R tree printing only changes deliberately parallel ‘|’ branches are correctly emphasised expect_error 669 669
3631 test-trace.R tree printing only changes deliberately parallel ‘|’ branches are correctly emphasised expect_snapshot_trace 670 670
3632 test-trace.R tree printing only changes deliberately error calls and args are highlighted expect_snapshot 684 687
3633 test-trace.R tree printing only changes deliberately error calls and args are highlighted (no highlighted arg) expect_snapshot 697 699
3634 test-trace.R tree printing only changes deliberately frame is detected from the left expect_snapshot 708 711
3635 test-trace.R tree printing only changes deliberately arg is defensively checked expect_snapshot 720 722
3636 test-trace.R tree printing only changes deliberately namespaced calls are highlighted expect_snapshot 731 733
3637 test-trace.R tree printing only changes deliberately can highlight long lists of arguments in backtrace (#1456) expect_snapshot 754 756
3638 test-trace.R tree printing only changes deliberately can highlight long lists of arguments in backtrace (#1456) expect_snapshot 759 761
3639 test-trace.R tree printing only changes deliberately can highlight multi-line arguments in backtrace (#1456) expect_snapshot 774 776
3640 test-trace.R tree printing only changes deliberately can highlight multi-line arguments in backtrace (#1456) expect_snapshot 779 781
3641 test-types.R test_that: predicates match definitions can bypass string serialisation expect_identical 20 20
3642 test-types.R test_that: predicates match definitions can bypass string serialisation expect_identical 21 21
3643 test-types.R test_that: predicates match definitions is_integerish() heeds type requirement expect_true 25 29
3644 test-types.R test_that: predicates match definitions is_integerish() heeds type requirement expect_true 27 27
3645 test-types.R test_that: predicates match definitions is_integerish() heeds type requirement expect_false 28 28
3646 test-types.R test_that: predicates match definitions is_integerish() heeds type requirement expect_false 32 34
3647 test-types.R test_that: predicates match definitions is_integerish() heeds length requirement expect_true 38 41
3648 test-types.R test_that: predicates match definitions is_integerish() heeds length requirement expect_false 40 40
3649 test-types.R test_that: predicates match definitions non finite double values are integerish expect_true 44 48
3650 test-types.R test_that: predicates match definitions non finite double values are integerish expect_true 46 46
3651 test-types.R test_that: predicates match definitions non finite double values are integerish expect_true 47 47
3652 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_true 50 67
3653 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 52 52
3654 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_true 54 54
3655 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 55 55
3656 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 56 56
3657 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 57 57
3658 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 58 58
3659 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 59 59
3660 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_error 62 62
3661 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 62 62
3662 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_true 64 64
3663 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 65 65
3664 test-types.R test_that: predicates match definitions is_finite handles numeric types expect_false 66 66
3665 test-types.R test_that: predicates match definitions check finiteness expect_true 69 89
3666 test-types.R test_that: predicates match definitions check finiteness expect_true 71 71
3667 test-types.R test_that: predicates match definitions check finiteness expect_true 72 72
3668 test-types.R test_that: predicates match definitions check finiteness expect_false 74 74
3669 test-types.R test_that: predicates match definitions check finiteness expect_false 75 75
3670 test-types.R test_that: predicates match definitions check finiteness expect_false 76 76
3671 test-types.R test_that: predicates match definitions check finiteness expect_false 78 78
3672 test-types.R test_that: predicates match definitions check finiteness expect_false 79 79
3673 test-types.R test_that: predicates match definitions check finiteness expect_false 80 80
3674 test-types.R test_that: predicates match definitions check finiteness expect_true 82 82
3675 test-types.R test_that: predicates match definitions check finiteness expect_true 83 83
3676 test-types.R test_that: predicates match definitions check finiteness expect_true 84 84
3677 test-types.R test_that: predicates match definitions check finiteness expect_true 86 86
3678 test-types.R test_that: predicates match definitions check finiteness expect_true 87 87
3679 test-types.R test_that: predicates match definitions check finiteness expect_true 88 88
3680 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true 92 96
3681 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_false 94 94
3682 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_false 95 95
3683 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 98 98
3684 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 99 99
3685 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 100 100
3686 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 101 101
3687 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 102 102
3688 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 103 103
3689 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 104 104
3690 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 105 105
3691 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 106 106
3692 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 107 107
3693 test-types.R test_that: predicates match definitions scalar predicates heed type and length expect_true_false 108 108
3694 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_true 111 127
3695 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_true 113 113
3696 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_true 114 114
3697 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 116 116
3698 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 117 117
3699 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 120 120
3700 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 121 121
3701 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 122 122
3702 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 124 124
3703 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 125 125
3704 test-types.R test_that: predicates match definitions is_integerish() supports large numbers (#578) expect_false 126 126
3705 test-types.R test_that: predicates match definitions is_string() matches on string expect_true 129 138
3706 test-types.R test_that: predicates match definitions is_string() matches on string expect_true 131 131
3707 test-types.R test_that: predicates match definitions is_string() matches on string expect_false 132 132
3708 test-types.R test_that: predicates match definitions is_string() matches on string expect_false 133 133
3709 test-types.R test_that: predicates match definitions is_string() matches on string expect_true 135 135
3710 test-types.R test_that: predicates match definitions is_string() matches on string expect_true 136 136
3711 test-types.R test_that: predicates match definitions is_string() matches on string expect_false 137 137
3712 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_snapshot 140 155
3713 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_error 143 143
3714 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_error 144 144
3715 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_error 145 145
3716 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_true 148 148
3717 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_true 149 149
3718 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_false 150 150
3719 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_true 152 152
3720 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_true 153 153
3721 test-types.R test_that: predicates match definitions is_string2() matches on empty expect_false 154 154
3722 test-types.R test_that: predicates match definitions is_bool() checks for single TRUE or FALSE expect_true 157 162
3723 test-types.R test_that: predicates match definitions is_bool() checks for single TRUE or FALSE expect_true 159 159
3724 test-types.R test_that: predicates match definitions is_bool() checks for single TRUE or FALSE expect_false 160 160
3725 test-types.R test_that: predicates match definitions is_bool() checks for single TRUE or FALSE expect_false 161 161
3726 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 164 183
3727 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 166 166
3728 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_false 168 168
3729 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 169 169
3730 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 170 170
3731 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 171 171
3732 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_false 173 173
3733 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 174 174
3734 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 175 175
3735 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 176 176
3736 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 178 178
3737 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 179 179
3738 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 180 180
3739 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 181 181
3740 test-types.R test_that: predicates match definitions is_character2() matches empty and missing values expect_true 182 182
3741 test-utils.R test_that: locale setters report old locale local_options() sets options expect_identical 15 15
3742 test-utils.R test_that: locale setters report old locale local_options() sets options expect_identical 16 16
3743 test-utils.R test_that: locale setters report old locale local_options() restores options expect_identical 18 20
3744 test-utils.R test_that: locale setters report old locale trailing newlines are trimmed expect_identical 22 27
3745 test-utils.R test_that: locale setters report old locale trailing newlines are trimmed expect_identical 24 24
3746 test-utils.R test_that: locale setters report old locale trailing newlines are trimmed expect_identical 25 25
3747 test-utils.R test_that: locale setters report old locale trailing newlines are trimmed expect_identical 26 26
3748 test-utils.R test_that: locale setters report old locale source_refs() creates source references expect_true 32 32
3749 test-utils.R test_that: locale setters report old locale path_trim_prefix() trims path expect_equal 35 50
3750 test-utils.R test_that: locale setters report old locale path_trim_prefix() trims path expect_equal 41 44
3751 test-utils.R test_that: locale setters report old locale path_trim_prefix() trims path expect_equal 46 49
3752 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 52 87
3753 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 57 60
3754 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 61 64
3755 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 66 69
3756 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 70 73
3757 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 75 78
3758 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 79 82
3759 test-utils.R test_that: locale setters report old locale detect_run_starts() works expect_equal 83 86
3760 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 21 29
3761 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 23 23
3762 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 24 24
3763 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 25 25
3764 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 26 26
3765 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 27 27
3766 test-vec-new.R test_that: atomic vectors are spliced can create empty vectors expect_identical 28 28
3767 test-vec-new.R test_that: atomic vectors are spliced objects are not spliced expect_error 31 33
3768 test-vec-new.R test_that: atomic vectors are spliced explicitly spliced lists are spliced expect_identical 35 37
3769 test-vec-new.R test_that: atomic vectors are spliced splicing uses inner names expect_identical 39 42
3770 test-vec-new.R test_that: atomic vectors are spliced splicing uses inner names expect_identical 41 41
3771 test-vec-new.R test_that: atomic vectors are spliced splicing uses outer names when scalar expect_identical 44 47
3772 test-vec-new.R test_that: atomic vectors are spliced splicing uses outer names when scalar expect_identical 46 46
3773 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_warning 49 54
3774 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_identical 50 50
3775 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_warning 51 51
3776 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_identical 51 51
3777 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_warning 52 52
3778 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_identical 52 52
3779 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_warning 53 53
3780 test-vec-new.R test_that: atomic vectors are spliced warn when outer names unless input is unnamed scalar atomic expect_identical 53 53
3781 test-vec-new.R test_that: atomic vectors are spliced warn when spliced lists have outer name expect_warning 56 58
3782 test-vec-new.R test_that: atomic vectors are spliced list2() doesn’t splice bare lists expect_identical 60 63
3783 test-vec-new.R test_that: atomic vectors are spliced list2() doesn’t splice bare lists expect_identical 62 62
3784 test-vec-new.R test_that: atomic vectors are spliced atomic inputs are implicitly coerced expect_identical 65 71
3785 test-vec-new.R test_that: atomic vectors are spliced atomic inputs are implicitly coerced expect_identical 67 67
3786 test-vec-new.R test_that: atomic vectors are spliced atomic inputs are implicitly coerced expect_error 69 69
3787 test-vec-new.R test_that: atomic vectors are spliced atomic inputs are implicitly coerced expect_error 70 70
3788 test-vec-new.R test_that: atomic vectors are spliced type errors are handled expect_error 73 76
3789 test-vec-new.R test_that: atomic vectors are spliced type errors are handled expect_error 75 75
3790 test-vec-new.R test_that: atomic vectors are spliced empty inputs are spliced expect_identical 78 81
3791 test-vec-new.R test_that: atomic vectors are spliced empty inputs are spliced expect_warning 80 80
3792 test-vec-new.R test_that: atomic vectors are spliced empty inputs are spliced expect_identical 80 80
3793 test-vec-new.R test_that: atomic vectors are spliced list2() splices names expect_identical 83 87
3794 test-vec-new.R test_that: atomic vectors are spliced list2() splices names expect_identical 85 85
3795 test-vec-new.R test_that: atomic vectors are spliced list2() splices names expect_identical 86 86
3796 test-vec-new.R test_that: atomic vectors are spliced ll() is an alias to list2() expect_identical 89 91
3797 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 93 101
3798 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 95 95
3799 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 96 96
3800 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 97 97
3801 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 98 98
3802 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 99 99
3803 test-vec-new.R test_that: atomic vectors are spliced vector ctors take names arguments expect_identical 100 100
3804 test-vec-new.R test_that: atomic vectors are spliced rep_named() repeats along names expect_error 103 108
3805 test-vec-new.R test_that: atomic vectors are spliced rep_named() repeats along names expect_identical 105 105
3806 test-vec-new.R test_that: atomic vectors are spliced rep_named() repeats along names expect_identical 106 106
3807 test-vec-new.R test_that: atomic vectors are spliced rep_named() repeats along names expect_identical 107 107
3808 test-vec-new.R test_that: atomic vectors are spliced rep_along() reps along vector expect_identical 110 112
3809 test-vec-new.R test_that: atomic vectors are spliced chr() supports logical NA expect_identical 114 117
3810 test-vec-new.R test_that: atomic vectors are spliced chr() supports logical NA expect_identical 116 116
3811 test-vec-utils.R test_that: seq2() creates increasing sequences seq2_along() creates increasing sequences expect_identical 6 9
3812 test-vec-utils.R test_that: seq2() creates increasing sequences seq2_along() creates increasing sequences expect_identical 8 8
3813 test-vec-utils.R test_that: seq2() creates increasing sequences seq2() fails with non-scalar inputs expect_error 11 14
3814 test-vec-utils.R test_that: seq2() creates increasing sequences seq2() fails with non-scalar inputs expect_error 13 13
3815 test-vec.R test_that: can poke a range to a vector can poke n elements to a vector expect_error 18 18
3816 test-vec.R test_that: can poke a range to a vector can poke n elements to a vector expect_identical 21 21
3817 test-vec.R test_that: can poke a range to a vector can poke n elements to a vector expect_identical 22 22
3818 test-vec.R test_that: can poke a range to a vector can poke to a vector with default parameters expect_identical 31 31
3819 test-vec.R test_that: can poke a range to a vector can poke to a vector with default parameters expect_identical 32 32
3820 test-vec.R test_that: can poke a range to a vector can poke to a vector with default parameters expect_identical 38 38
3821 test-vec.R test_that: can poke a range to a vector can poke to a vector with default parameters expect_identical 39 39
3822 test-vec.R test_that: can poke a range to a vector can poke to a vector with double parameters expect_identical 48 48
3823 test-vec.R test_that: can poke a range to a vector can poke to a vector with double parameters expect_identical 49 49
3824 test-vec.R test_that: can poke a range to a vector can poke to a vector with double parameters expect_identical 56 56
3825 test-vec.R test_that: can poke a range to a vector can poke to a vector with double parameters expect_identical 57 57
3826 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 64 64
3827 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 65 65
3828 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 66 66
3829 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 68 68
3830 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 69 69
3831 test-vec.R test_that: can poke a range to a vector vector pokers fail if parameters are not integerish expect_error 70 70
3832 test-vec.R test_that: can poke a range to a vector is_string() returns FALSE for NA expect_false 73 75
3833 test-vec.R test_that: can poke a range to a vector are_na() requires vector input but not is_na() expect_error 77 80
3834 test-vec.R test_that: can poke a range to a vector are_na() requires vector input but not is_na() expect_false 79 79
3835 test-vec.R test_that: can poke a range to a vector are_na() fails with lists (#558) expect_error 82 84
3836 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_no_warning 86 95
3837 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_identical 89 89
3838 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_identical 90 90
3839 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_identical 91 91
3840 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_identical 92 92
3841 test-vec.R test_that: can poke a range to a vector variadic ctors still work without warnings (#1210) expect_identical 93 93
3842 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_identical 36 36
3843 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_identical 37 37
3844 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_false 42 42
3845 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_identical 43 43
3846 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_false 49 49
3847 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_false 50 50
3848 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_true 56 56
3849 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_true 57 57
3850 test-weakref.R test_that: weakref with key and no value allows key to be GC’d key keeps value alive expect_true 58 58


Test Report

Run covrpage in a sterile environment to output the report README.

covrpage_snapshot('r-lib/rlang')