mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Do import bash history commands containing && or ||
This commit is contained in:
@@ -3984,6 +3984,7 @@ void history_tests_t::test_history_formats() {
|
||||
// The results are in the reverse order that they appear in the bash history file.
|
||||
// We don't expect whitespace to be elided (#4908: except for leading/trailing whitespace)
|
||||
const wchar_t *expected[] = {L"sleep 123",
|
||||
L"a && echo valid construct",
|
||||
L"final line",
|
||||
L"echo supsup",
|
||||
L"export XVAR='exported'",
|
||||
|
||||
Reference in New Issue
Block a user