Updated test names

This commit is contained in:
David Peter 2022-03-06 19:44:31 +01:00 committed by David Peter
parent e7df748b6d
commit 6330f36495
1 changed files with 2 additions and 2 deletions

View File

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