mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-29 03:04:04 +01:00
Added current line number prefix
This commit is contained in:
parent
8ad55ab9f1
commit
320f42b1b0
@ -1779,7 +1779,7 @@ fn file_with_invalid_utf8_filename() {
|
||||
.arg(file_path.as_os_str())
|
||||
.assert()
|
||||
.success()
|
||||
.stdout("dummy content\n");
|
||||
.stdout(" 1 dummy content\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user