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


Test Report

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

covrpage_snapshot('r-lib/rlang')