mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
Drop obsolete test
This commit is contained in:
parent
15932d7d47
commit
3c9ad5b24d
1 changed files with 0 additions and 28 deletions
|
@ -3541,34 +3541,6 @@ mod test_fmt {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn when_with_moving_comments() {
|
||||
expr_formats_to(
|
||||
indoc!(
|
||||
r#"
|
||||
when b is
|
||||
1 ->
|
||||
1 # when 1
|
||||
|
||||
# fall through
|
||||
_ ->
|
||||
2
|
||||
"#
|
||||
),
|
||||
indoc!(
|
||||
r#"
|
||||
when b is
|
||||
1 ->
|
||||
1
|
||||
# when 1
|
||||
# fall through
|
||||
_ ->
|
||||
2
|
||||
"#
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn multi_line_when_condition_1() {
|
||||
expr_formats_same(indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue