mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Format code
This commit is contained in:
parent
01a283c121
commit
faee0a657d
1 changed files with 15 additions and 15 deletions
|
@ -501,21 +501,21 @@ mod test_format {
|
|||
"#
|
||||
));
|
||||
|
||||
// expr_formats_to(indoc!(
|
||||
// r#"
|
||||
// identity = \a
|
||||
// -> a
|
||||
//
|
||||
// identity 41
|
||||
// "#
|
||||
// ), indoc!(
|
||||
// r#"
|
||||
// identity = \a ->
|
||||
// a
|
||||
//
|
||||
// identity 41
|
||||
// "#
|
||||
// ));
|
||||
// expr_formats_to(indoc!(
|
||||
// r#"
|
||||
// identity = \a
|
||||
// -> a
|
||||
//
|
||||
// identity 41
|
||||
// "#
|
||||
// ), indoc!(
|
||||
// r#"
|
||||
// identity = \a ->
|
||||
// a
|
||||
//
|
||||
// identity 41
|
||||
// "#
|
||||
// ));
|
||||
|
||||
expr_formats_same(indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue