Also check formatting is stable in tests; ignore a test that's invalid / incorrect

This commit is contained in:
Joshua Warner 2021-12-02 17:46:50 -08:00
parent 595ce5e81a
commit 270cc49867
2 changed files with 57 additions and 7 deletions

View file

@ -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);