pull/325/head
Jesse Duffield 2 years ago
parent 6bc57b7628
commit afe824a3d6

@ -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…
Cancel
Save