mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
fix test
This commit is contained in:
parent
6bc57b7628
commit
afe824a3d6
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ func TestOSCommandQuoteSingleQuote(t *testing.T) {
|
|||
osCommand := NewDummyOSCommand()
|
||||
|
||||
osCommand.Platform.os = "linux"
|
||||
osCommand.Platform.fallbackEscapedQuote = "\""
|
||||
osCommand.Platform.escapedQuote = "'"
|
||||
|
||||
actual := osCommand.Quote("hello 'test'")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue