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

Handle block scalar header with both indicators #402

Closed
wants to merge 1 commit into from

Conversation

martin-sucha
Copy link
Contributor

The lexer did not recognize block scalar header with both indentation indicator and chomping indicator.

Closes #399

The lexer did not recognize block scalar header with both
indentation indicator and chomping indicator.

Closes goccy#399
@codecov-commenter
Copy link

Codecov Report

Merging #402 (1f6f28a) into master (0640a15) will not change coverage.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #402   +/-   ##
=======================================
  Coverage   76.02%   76.02%           
=======================================
  Files          13       13           
  Lines        4692     4692           
=======================================
  Hits         3567     3567           
  Misses        866      866           
  Partials      259      259           

@goccy
Copy link
Owner

goccy commented Nov 12, 2024

Thank you for your contribution. This problem has already been fixed with latest release.

@goccy goccy closed this Nov 12, 2024
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.

Block with indent indicator is not parsed correctly
3 participants