-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bugs in parsing block scalars (#435)
* separate block scalar content indent level into base and indicated indent levels in lexer * emit error if a following content line of a block scalar is less indented * emit error if a leading empty line is more indented than the first non-empty line in a block scalar * fixed parsing more-indented empty lines in block folded scalar contents in scalar_parser * fixed clang-tidy error
- Loading branch information
Showing
6 changed files
with
468 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.