mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-01 19:02:19 +00:00
Add fmt test for empty has abilities block
This commit is contained in:
parent
4d54e2ee3c
commit
85cbab0193
1 changed files with 17 additions and 0 deletions
|
@ -5102,6 +5102,23 @@ mod test_fmt {
|
|||
"#
|
||||
),
|
||||
);
|
||||
|
||||
expr_formats_to(
|
||||
indoc!(
|
||||
r#"
|
||||
A := U8 has []
|
||||
|
||||
0
|
||||
"#
|
||||
),
|
||||
indoc!(
|
||||
r#"
|
||||
A := U8 has []
|
||||
|
||||
0
|
||||
"#
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue