We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ef940 commit d2334a1Copy full SHA for d2334a1
test/transforms/select.jl
@@ -224,12 +224,12 @@
224
225
# throws: Select without arguments
226
@test_throws ArgumentError Select()
227
-
+
228
# throws: empty selection
229
@test_throws ArgumentError Select(())
230
@test_throws ArgumentError Select(Symbol[])
231
@test_throws ArgumentError Select(String[])
232
233
# throws: regex doesn't match any names in input table
234
@test_throws AssertionError apply(Select(r"a"), t)
235
@@ -374,7 +374,7 @@ end
374
375
# throws: Reject without arguments
376
@test_throws ArgumentError Reject()
377
378
# throws: empty rejection
379
@test_throws ArgumentError Reject(())
380
@test_throws ArgumentError Reject(Symbol[])
0 commit comments