Skip to content

Commit

Permalink
I can see a point to testing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwren committed Mar 3, 2022
1 parent 133b516 commit 23d5343
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,18 @@ func TestConfig_Merge(t *testing.T) {
},
},
},
{
"parse-only",
&Config{
ParseOnly: false,
},
&Config{
ParseOnly: true,
},
&Config{
ParseOnly: true,
},
},
}

for i, tc := range cases {
Expand Down

0 comments on commit 23d5343

Please sign in to comment.