Paul Stemmet
9ed1bcc00e
When checking for a terminating sequence in plain scalars, we either need a flow indicator (in flow contexts only), or a ': ' byte sequence, where the space can be any valid YAML whitespace. The issue here is that the lazy variant was correctly identifying the terminating sequence, _but not recording it_ for the Deferred's slice. This commit fixes that, ensuring we always record the final 1 or 2 bytes before exiting the main loop. |
||
---|---|---|
.github/workflows | ||
docs | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml |