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 parsing of tab character #530

Merged
merged 2 commits into from
Nov 13, 2024
Merged

Fix parsing of tab character #530

merged 2 commits into from
Nov 13, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Nov 13, 2024

fix #267

allow: a:[tab]b => map[string]any{"a": "b"}

deny:

a:
[tab]b: c
[tab]d: e

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.23%. Comparing base (cab4364) to head (58941ed).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #530      +/-   ##
==========================================
+ Coverage   79.14%   79.23%   +0.08%     
==========================================
  Files          17       17              
  Lines        6191     6216      +25     
==========================================
+ Hits         4900     4925      +25     
  Misses        977      977              
  Partials      314      314              

@goccy goccy merged commit 4385176 into master Nov 13, 2024
18 checks passed
@goccy goccy deleted the fix-tab branch November 13, 2024 07:21
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.

Failed to unmarshal nested YAML into a map
2 participants