Skip to content

Commit

Permalink
Merge pull request #8 from susji/foreach_harder
Browse files Browse the repository at this point in the history
ForEach harder
  • Loading branch information
susji authored Oct 17, 2023
2 parents 455c47a + 1133aa9 commit 21c7aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyini_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ section1var=section1val2
[section2]
section2var=section2val
section2notseen=123
section2var=notseen
`
sections, errs := ti.Parse(strings.NewReader(config))
if len(errs) != 0 {
Expand Down

0 comments on commit 21c7aec

Please sign in to comment.