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 issue #258 #262

Merged
merged 1 commit into from
Sep 19, 2020
Merged

fix issue #258 #262

merged 1 commit into from
Sep 19, 2020

Conversation

Herringway
Copy link
Member

All whitespace (except for the required indentation) should be ignored in flow context.
Fixes #258.

@codecov
Copy link

codecov bot commented Sep 19, 2020

Codecov Report

Merging #262 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files          28       28           
  Lines        4126     4131    +5     
=======================================
+ Hits         3919     3924    +5     
  Misses        207      207           
Impacted Files Coverage Δ
source/dyaml/loader.d 90.27% <100.00%> (+0.42%) ⬆️
source/dyaml/scanner.d 99.48% <100.00%> (+<0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5171925...ceb73e3. Read the comment docs.

@Herringway
Copy link
Member Author

Indentation currently isn't properly respected (intentionally???) in flow contexts. But that's another thing to fix at another time.

@dlang-bot dlang-bot merged commit bd549ca into dlang-community:master Sep 19, 2020
@Herringway Herringway deleted the issue258 branch September 19, 2020 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

D-Yaml chokes on tabs when in flow style
2 participants