Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comments from multiline folded blocks #43

Closed
wants to merge 5 commits into from

Conversation

felixjung
Copy link
Contributor

Addresses #42

Changes

  • Add test case for multiline YAML.
  • Update test code to support proper naming of output files from YAML inputs.
  • Change the YAML library for better handling of folded blocks in descriptions.


package test

type YamlMultilineDescriptionsYaml struct {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need cleaning up after #45 is merged.

Suggested change
type YamlMultilineDescriptionsYaml struct {
type YamlMultilineDescriptions struct {

@omissis
Copy link
Owner

omissis commented Apr 8, 2023

changes merged in #52

@omissis omissis closed this Apr 8, 2023
@omissis omissis linked an issue Apr 8, 2023 that may be closed by this pull request
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.

Folded blocks in YAML cause extra line breaks
2 participants