Skip to content

Commit

Permalink
fix single-parameter bash test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmac1000 committed Sep 24, 2019
1 parent 91313a3 commit 3323f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gorson/bash/bash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type testpair struct {
var testpairs = []testpair{
{
input: map[string]string{"alpha": "the_alpha_value"},
expected: "export alpha=the_alpha_value",
expected: "export alpha=\"the_alpha_value\"",
},
{
input: map[string]string{
Expand Down

0 comments on commit 3323f4b

Please sign in to comment.