mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
formatting
This commit is contained in:
parent
ec81ce5ebc
commit
5d19d28e56
1 changed files with 3 additions and 5 deletions
|
@ -3866,15 +3866,13 @@ mod test_fmt {
|
|||
|
||||
#[test]
|
||||
fn when_with_single_quote_char() {
|
||||
expr_formats_same(
|
||||
indoc!(
|
||||
r#"
|
||||
expr_formats_same(indoc!(
|
||||
r#"
|
||||
when x is
|
||||
'0' -> 0
|
||||
'1' -> 1
|
||||
"#
|
||||
)
|
||||
);
|
||||
));
|
||||
}
|
||||
|
||||
// NEWLINES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue