mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-19 01:00:34 +01:00
ran cargo fmt
This commit is contained in:
parent
f6d76e0104
commit
22254936a2
@ -932,11 +932,12 @@ fn pager_set_terminal_title() {
|
|||||||
.arg("test.txt")
|
.arg("test.txt")
|
||||||
.assert()
|
.assert()
|
||||||
.success()
|
.success()
|
||||||
.stdout(predicate::str::contains("\u{1b}]0;bat: test.txt\x07pager-output\n").normalize());
|
.stdout(
|
||||||
|
predicate::str::contains("\u{1b}]0;bat: test.txt\x07pager-output\n").normalize(),
|
||||||
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[serial]
|
#[serial]
|
||||||
fn env_var_bat_paging() {
|
fn env_var_bat_paging() {
|
||||||
@ -2445,5 +2446,3 @@ fn highlighting_independant_from_map_syntax_case() {
|
|||||||
.stdout(expected)
|
.stdout(expected)
|
||||||
.stderr("");
|
.stderr("");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user