mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
add snapshot test for suffixed expr
This commit is contained in:
parent
9bc0ab79af
commit
8bbbd768ec
11 changed files with 19 additions and 0 deletions
|
@ -761,6 +761,7 @@ impl<'a> RemoveSpaces<'a> for Expr<'a> {
|
|||
Expr::SpaceBefore(a, _) => a.remove_spaces(arena),
|
||||
Expr::SpaceAfter(a, _) => a.remove_spaces(arena),
|
||||
Expr::SingleQuote(a) => Expr::Num(a),
|
||||
Expr::Suffixed(a) => a.remove_spaces(arena),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue