mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add insert-final-newline
config option (#8157)
Co-authored-by: Xalfer <64538944+Xalfer@users.noreply.github.com>
This commit is contained in:
parent
ef23847957
commit
7090555dab
6 changed files with 174 additions and 35 deletions
|
@ -350,7 +350,7 @@ pub fn assert_file_has_content(file: &mut File, content: &str) -> anyhow::Result
|
|||
|
||||
let mut file_content = String::new();
|
||||
file.read_to_string(&mut file_content)?;
|
||||
assert_eq!(content, file_content);
|
||||
assert_eq!(file_content, content);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue