Skip to content

Commit

Permalink
internal/ini: Fixes ini file parsing for cases when Right Hand Value …
Browse files Browse the repository at this point in the history
…is missed in the last statement of the ini file.
  • Loading branch information
Otanikotani committed Oct 14, 2020
1 parent 43eb929 commit 57d28c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ini/ini_parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ output = json
},
},
{
name: "missing section statement as the last statement in the file",
name: "missing right hand expression in the last statement in the file",
r: bytes.NewBuffer([]byte(
`[default]
region = us-west-2
Expand Down

0 comments on commit 57d28c7

Please sign in to comment.