Fix pnc apply in unary negate

This commit is contained in:
Joshua Warner 2025-01-10 20:15:24 -08:00
parent 05033ac40b
commit 2bd03ef16b
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 46 additions and 6 deletions

View file

@ -0,0 +1,26 @@
@0-12 SpaceAfter(
Apply(
@0-2 Str(
PlainLine(
"",
),
),
[
@3-12 UnaryOp(
@4-12 PncApply(
@4-10 Str(
Block(
[],
),
),
[],
),
@3-4 Negate,
),
],
Space,
),
[
Newline,
],
)