1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00
This commit is contained in:
Tommy Nguyen 2018-08-16 07:00:13 -04:00
parent db94dde114
commit a7755ab184

View File

@ -3,8 +3,8 @@ package commands
import "testing"
func TestQuote(t *testing.T) {
osCommand := &OSCommand {
Log: nil,
osCommand := &OSCommand{
Log: nil,
Platform: getPlatform(),
}
test := "hello `test`"