Skip to content

Commit

Permalink
Add regression test for #1533.
Browse files Browse the repository at this point in the history
This was fixed by #1548.

Fix #1533.
  • Loading branch information
munificent committed Aug 28, 2024
1 parent 05d08d9 commit 4a61a26
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/tall/regression/1500/1533.unit
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
>>>
void main() {
ComplexSelector(complex.leadingCombinators, [
component,
], complex.span, lineBreak: false);
}
<<<
void main() {
ComplexSelector(
complex.leadingCombinators,
[component],
complex.span,
lineBreak: false,
);
}

0 comments on commit 4a61a26

Please sign in to comment.