Skip to content

Commit dd62ae8

Browse files
committed
test: hmm any multi-selection
1 parent 56c6049 commit dd62ae8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/plan/over_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ def duplicate_case(arg: OneOrIterable[IntoExprColumn]) -> ParameterSet:
7474
"partition_by",
7575
[
7676
("a", "b"),
77+
[nwp.col("a"), nwp.col("b")],
78+
[nwp.nth(0), nwp.nth(1)],
79+
duplicate_case(nwp.col("a", "b")),
7780
duplicate_case(nwp.nth(0, 1)),
7881
duplicate_case(ncs.by_name("a", "b")),
7982
duplicate_case(ncs.matches(r"a|b")),

0 commit comments

Comments
 (0)