Skip to content

Conversation

@Nautigsam
Copy link
Contributor

Any character left on a line after a section should be ignored.

If we try to parse this input :

; there is a space character left at the end of the next line
[section] 
key=value

I get the following result:

{
  "[section]": true
  key: "value"
}

Instead, I want the section to be correctly parsed.

@Nautigsam Nautigsam force-pushed the fix/space-after-section branch from 6c70a66 to 12d7693 Compare January 18, 2022 08:59
@Nautigsam
Copy link
Contributor Author

🆙 I rebased the PR on main branch.

@wraithgar
Copy link
Member

Rebased in #203 to let CI run

Any character left on a line after a section should be ignored.
@Nautigsam Nautigsam force-pushed the fix/space-after-section branch from 12d7693 to 27de733 Compare April 12, 2023 14:33
@Nautigsam Nautigsam requested a review from a team as a code owner April 12, 2023 14:33
@Nautigsam Nautigsam requested a review from lukekarrys April 12, 2023 14:33
@wraithgar wraithgar merged commit 5b5c9b7 into npm:main Apr 12, 2023
@github-actions github-actions bot mentioned this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants