Skip to content

Commit 1101f65

Browse files
authored
Add regression test for #1533. (#1549)
This was fixed by #1548. Fix #1533.
1 parent 05d08d9 commit 1101f65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

test/tall/regression/1500/1533.unit

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
>>>
2+
void main() {
3+
ComplexSelector(complex.leadingCombinators, [
4+
component,
5+
], complex.span, lineBreak: false);
6+
}
7+
<<<
8+
void main() {
9+
ComplexSelector(
10+
complex.leadingCombinators,
11+
[component],
12+
complex.span,
13+
lineBreak: false,
14+
);
15+
}

0 commit comments

Comments
 (0)