mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-19 04:21:06 +00:00
Updated test names
This commit is contained in:
parent
e7df748b6d
commit
6330f36495
@ -1218,7 +1218,7 @@ fn show_all_mode() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn show_all_tabstops() {
|
||||
fn show_all_extends_tab_markers_to_next_tabstop() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--show-all")
|
||||
@ -1241,7 +1241,7 @@ fn show_all_tabstops() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn show_all_tabstops_long() {
|
||||
fn show_all_extends_tab_markers_to_next_tabstop_width_8() {
|
||||
bat()
|
||||
.arg("tabs.txt")
|
||||
.arg("--show-all")
|
||||
|
Loading…
x
Reference in New Issue
Block a user