mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-11 16:58:47 +01:00
Delete already done todo
This commit is contained in:
parent
4cb5773632
commit
87c8c961e9
@ -328,8 +328,6 @@ echo thisisrecorded`)
|
|||||||
complexCommand := "echo hello | grep complex | sed s/h/i/g; echo baz && echo \"fo 'o\""
|
complexCommand := "echo hello | grep complex | sed s/h/i/g; echo baz && echo \"fo 'o\""
|
||||||
_, _ = tester.RunInteractiveShellRelaxed(t, complexCommand)
|
_, _ = tester.RunInteractiveShellRelaxed(t, complexCommand)
|
||||||
|
|
||||||
// TODO: add a test here that includes a double quote
|
|
||||||
|
|
||||||
// Query for it
|
// Query for it
|
||||||
out = hishtoryQuery(t, tester, "complex")
|
out = hishtoryQuery(t, tester, "complex")
|
||||||
if strings.Count(out, "\n") != 2 {
|
if strings.Count(out, "\n") != 2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user