blob: 833acc5cef22a9bef72cef38d9a5d9569af8efe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`word > 42 > adjective > noArgs 1`] = `"hospitable"`;
exports[`word > 42 > adjective > with length = 4 1`] = `"last"`;
exports[`word > 42 > adjective > with options.length 1`] = `"last"`;
exports[`word > 42 > adjective > with options.length and options.strategy 1`] = `"inconsequential"`;
exports[`word > 42 > adjective > with options.strategy 1`] = `"hot"`;
exports[`word > 42 > adverb > noArgs 1`] = `"jaggedly"`;
exports[`word > 42 > adverb > with length = 4 1`] = `"less"`;
exports[`word > 42 > adverb > with options.length 1`] = `"less"`;
exports[`word > 42 > adverb > with options.length and options.strategy 1`] = `"enthusiastically"`;
exports[`word > 42 > adverb > with options.strategy 1`] = `"not"`;
exports[`word > 42 > conjunction > noArgs 1`] = `"instead"`;
exports[`word > 42 > conjunction > with length = 4 1`] = `"once"`;
exports[`word > 42 > conjunction > with options.length 1`] = `"once"`;
exports[`word > 42 > conjunction > with options.length and options.strategy 1`] = `"consequently"`;
exports[`word > 42 > conjunction > with options.strategy 1`] = `"if"`;
exports[`word > 42 > interjection > noArgs 1`] = `"yahoo"`;
exports[`word > 42 > interjection > with length = 4 1`] = `"pfft"`;
exports[`word > 42 > interjection > with options.length 1`] = `"pfft"`;
exports[`word > 42 > interjection > with options.length and options.strategy 1`] = `"gadzooks"`;
exports[`word > 42 > interjection > with options.strategy 1`] = `"ah"`;
exports[`word > 42 > noun > noArgs 1`] = `"gerbil"`;
exports[`word > 42 > noun > with length = 4 1`] = `"fund"`;
exports[`word > 42 > noun > with options.length 1`] = `"fund"`;
exports[`word > 42 > noun > with options.length and options.strategy 1`] = `"cross-contamination"`;
exports[`word > 42 > noun > with options.strategy 1`] = `"CD"`;
exports[`word > 42 > preposition > noArgs 1`] = `"concerning"`;
exports[`word > 42 > preposition > with length = 4 1`] = `"like"`;
exports[`word > 42 > preposition > with options.length 1`] = `"like"`;
exports[`word > 42 > preposition > with options.length and options.strategy 1`] = `"notwithstanding"`;
exports[`word > 42 > preposition > with options.strategy 1`] = `"a"`;
exports[`word > 42 > sample > noArgs 1`] = `"bleakly"`;
exports[`word > 42 > sample > with length = 4 1`] = `"even"`;
exports[`word > 42 > sample > with options.length 1`] = `"even"`;
exports[`word > 42 > sample > with options.length and options.strategy 1`] = `"enthusiastically"`;
exports[`word > 42 > sample > with options.strategy 1`] = `"far"`;
exports[`word > 42 > verb > noArgs 1`] = `"glow"`;
exports[`word > 42 > verb > with length = 4 1`] = `"hole"`;
exports[`word > 42 > verb > with options.length 1`] = `"hole"`;
exports[`word > 42 > verb > with options.length and options.strategy 1`] = `"institutionalize"`;
exports[`word > 42 > verb > with options.strategy 1`] = `"jot"`;
exports[`word > 42 > words > noArgs 1`] = `"unnaturally dreamily"`;
exports[`word > 42 > words > with count = 4 1`] = `"bleakly custody gee psst"`;
exports[`word > 42 > words > with options.count 1`] = `"bleakly custody gee psst"`;
exports[`word > 42 > words > with options.count range 1`] = `"unnaturally dreamily chapel mozzarella through amendment dependable brilliant indeed whenever after happily relieve although atop upon provided skyline brr"`;
exports[`word > 1211 > adjective > noArgs 1`] = `"velvety"`;
exports[`word > 1211 > adjective > with length = 4 1`] = `"vain"`;
exports[`word > 1211 > adjective > with options.length 1`] = `"vain"`;
exports[`word > 1211 > adjective > with options.length and options.strategy 1`] = `"well-documented"`;
exports[`word > 1211 > adjective > with options.strategy 1`] = `"wee"`;
exports[`word > 1211 > adverb > noArgs 1`] = `"viciously"`;
exports[`word > 1211 > adverb > with length = 4 1`] = `"well"`;
exports[`word > 1211 > adverb > with options.length 1`] = `"well"`;
exports[`word > 1211 > adverb > with options.length and options.strategy 1`] = `"enthusiastically"`;
exports[`word > 1211 > adverb > with options.strategy 1`] = `"too"`;
exports[`word > 1211 > conjunction > noArgs 1`] = `"whoever"`;
exports[`word > 1211 > conjunction > with length = 4 1`] = `"when"`;
exports[`word > 1211 > conjunction > with options.length 1`] = `"when"`;
exports[`word > 1211 > conjunction > with options.length and options.strategy 1`] = `"incidentally"`;
exports[`word > 1211 > conjunction > with options.strategy 1`] = `"so"`;
exports[`word > 1211 > interjection > noArgs 1`] = `"er"`;
exports[`word > 1211 > interjection > with length = 4 1`] = `"pish"`;
exports[`word > 1211 > interjection > with options.length 1`] = `"pish"`;
exports[`word > 1211 > interjection > with options.length and options.strategy 1`] = `"gadzooks"`;
exports[`word > 1211 > interjection > with options.strategy 1`] = `"um"`;
exports[`word > 1211 > noun > noArgs 1`] = `"trash"`;
exports[`word > 1211 > noun > with length = 4 1`] = `"tray"`;
exports[`word > 1211 > noun > with options.length 1`] = `"tray"`;
exports[`word > 1211 > noun > with options.length and options.strategy 1`] = `"cross-contamination"`;
exports[`word > 1211 > noun > with options.strategy 1`] = `"ad"`;
exports[`word > 1211 > preposition > noArgs 1`] = `"upon"`;
exports[`word > 1211 > preposition > with length = 4 1`] = `"vice"`;
exports[`word > 1211 > preposition > with options.length 1`] = `"vice"`;
exports[`word > 1211 > preposition > with options.length and options.strategy 1`] = `"notwithstanding"`;
exports[`word > 1211 > preposition > with options.strategy 1`] = `"a"`;
exports[`word > 1211 > sample > noArgs 1`] = `"sneaky"`;
exports[`word > 1211 > sample > with length = 4 1`] = `"some"`;
exports[`word > 1211 > sample > with options.length 1`] = `"some"`;
exports[`word > 1211 > sample > with options.length and options.strategy 1`] = `"well-documented"`;
exports[`word > 1211 > sample > with options.strategy 1`] = `"raw"`;
exports[`word > 1211 > verb > noArgs 1`] = `"transplant"`;
exports[`word > 1211 > verb > with length = 4 1`] = `"warp"`;
exports[`word > 1211 > verb > with options.length 1`] = `"warp"`;
exports[`word > 1211 > verb > with options.length and options.strategy 1`] = `"internationalize"`;
exports[`word > 1211 > verb > with options.strategy 1`] = `"tut"`;
exports[`word > 1211 > words > noArgs 1`] = `"happy unnaturally phew"`;
exports[`word > 1211 > words > with count = 4 1`] = `"sneaky jam-packed willow gracefully"`;
exports[`word > 1211 > words > with options.count 1`] = `"sneaky jam-packed willow gracefully"`;
exports[`word > 1211 > words > with options.count range 1`] = `"happy unnaturally phew sedately converse horn consistency pinion so elderly when thorn object muted via mythology compassionate crushing fairly parched"`;
exports[`word > 1337 > adjective > noArgs 1`] = `"fatal"`;
exports[`word > 1337 > adjective > with length = 4 1`] = `"fake"`;
exports[`word > 1337 > adjective > with options.length 1`] = `"fake"`;
exports[`word > 1337 > adjective > with options.length and options.strategy 1`] = `"black-and-white"`;
exports[`word > 1337 > adjective > with options.strategy 1`] = `"far"`;
exports[`word > 1337 > adverb > noArgs 1`] = `"frankly"`;
exports[`word > 1337 > adverb > with length = 4 1`] = `"less"`;
exports[`word > 1337 > adverb > with options.length 1`] = `"less"`;
exports[`word > 1337 > adverb > with options.length and options.strategy 1`] = `"enthusiastically"`;
exports[`word > 1337 > adverb > with options.strategy 1`] = `"far"`;
exports[`word > 1337 > conjunction > noArgs 1`] = `"how"`;
exports[`word > 1337 > conjunction > with length = 4 1`] = `"once"`;
exports[`word > 1337 > conjunction > with options.length 1`] = `"once"`;
exports[`word > 1337 > conjunction > with options.length and options.strategy 1`] = `"consequently"`;
exports[`word > 1337 > conjunction > with options.strategy 1`] = `"if"`;
exports[`word > 1337 > interjection > noArgs 1`] = `"ew"`;
exports[`word > 1337 > interjection > with length = 4 1`] = `"geez"`;
exports[`word > 1337 > interjection > with options.length 1`] = `"geez"`;
exports[`word > 1337 > interjection > with options.length and options.strategy 1`] = `"gadzooks"`;
exports[`word > 1337 > interjection > with options.strategy 1`] = `"ah"`;
exports[`word > 1337 > noun > noArgs 1`] = `"diversity"`;
exports[`word > 1337 > noun > with length = 4 1`] = `"draw"`;
exports[`word > 1337 > noun > with options.length 1`] = `"draw"`;
exports[`word > 1337 > noun > with options.length and options.strategy 1`] = `"cross-contamination"`;
exports[`word > 1337 > noun > with options.strategy 1`] = `"CD"`;
exports[`word > 1337 > preposition > noArgs 1`] = `"barring"`;
exports[`word > 1337 > preposition > with length = 4 1`] = `"into"`;
exports[`word > 1337 > preposition > with options.length 1`] = `"into"`;
exports[`word > 1337 > preposition > with options.length and options.strategy 1`] = `"notwithstanding"`;
exports[`word > 1337 > preposition > with options.strategy 1`] = `"a"`;
exports[`word > 1337 > sample > noArgs 1`] = `"how"`;
exports[`word > 1337 > sample > with length = 4 1`] = `"once"`;
exports[`word > 1337 > sample > with options.length 1`] = `"once"`;
exports[`word > 1337 > sample > with options.length and options.strategy 1`] = `"consequently"`;
exports[`word > 1337 > sample > with options.strategy 1`] = `"if"`;
exports[`word > 1337 > verb > noArgs 1`] = `"downshift"`;
exports[`word > 1337 > verb > with length = 4 1`] = `"form"`;
exports[`word > 1337 > verb > with options.length 1`] = `"form"`;
exports[`word > 1337 > verb > with options.length and options.strategy 1`] = `"institutionalize"`;
exports[`word > 1337 > verb > with options.strategy 1`] = `"gad"`;
exports[`word > 1337 > words > noArgs 1`] = `"wallaby"`;
exports[`word > 1337 > words > with count = 4 1`] = `"how yet smooth councilman"`;
exports[`word > 1337 > words > with options.count 1`] = `"how yet smooth councilman"`;
exports[`word > 1337 > words > with options.count range 1`] = `"wallaby drat deserted into aggravating yuck vol busily ouch inasmuch haze scientific everlasting or gee harmful phew now"`;
|