Merge remote-tracking branch 'upstream/MAIN' into early-return-if-else

This commit is contained in:
snobee 2024-09-06 17:11:28 -07:00
commit e82dd43465
No known key found for this signature in database
GPG key ID: 77D517A21B16CC87
28 changed files with 761 additions and 1087 deletions

View file

@ -0,0 +1,16 @@
SpaceAfter(
BinOps(
[
(
@0-1 Num(
"1",
),
@2-4 Pizza,
),
],
@5-8 Dbg,
),
[
Newline,
],
)

View file

@ -0,0 +1 @@
1 |> dbg

View file

@ -442,6 +442,7 @@ mod test_snapshots {
pass/pattern_as_spaces.expr,
pass/pattern_with_space_in_parens.expr, // https://github.com/roc-lang/roc/issues/929
pass/pizza_bang.moduledefs,
pass/pizza_dbg.expr,
pass/plus_if.expr,
pass/plus_when.expr,
pass/pos_inf_float.expr,