mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Also check formatting is stable in tests; ignore a test that's invalid / incorrect
This commit is contained in:
parent
595ce5e81a
commit
270cc49867
2 changed files with 57 additions and 7 deletions
|
@ -45,7 +45,7 @@ pub fn format(files: std::vec::Vec<PathBuf>) {
|
|||
e
|
||||
);
|
||||
}));
|
||||
|
||||
|
||||
let ast_normalized = ast.remove_spaces(&arena);
|
||||
let reparsed_ast_normalized = reparsed_ast.remove_spaces(&arena);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue