Update a test to include a comment to confirm that the comment gets properly recorded

This commit is contained in:
David Dworken 2022-11-04 20:34:36 -07:00
parent cfd1c9e7a7
commit 99ec7d64ce
No known key found for this signature in database

View File

@ -436,7 +436,7 @@ echo thisisrecorded`)
}
// Add a complex command
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\" # mycommand"
_, _ = tester.RunInteractiveShellRelaxed(t, complexCommand)
// Query for it