mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Format fish_tests.cpp
This commit is contained in:
parent
a082cf138a
commit
e40850ab89
1 changed files with 5 additions and 4 deletions
|
@ -4436,7 +4436,8 @@ static bool history_equals(const shared_ptr<history_t> &hist, const wchar_t *con
|
|||
history_item_t item = hist->item_at_index(history_idx);
|
||||
if (expected == NULL) {
|
||||
if (!item.empty()) {
|
||||
err(L"Expected empty item at history index %lu, instead found: %ls", history_idx, item.str().c_str());
|
||||
err(L"Expected empty item at history index %lu, instead found: %ls", history_idx,
|
||||
item.str().c_str());
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue