Feature/scanner/block indicators #20

Merged
bazaah merged 8 commits from feature/scanner/block-indicators into master 2021-08-01 16:21:17 +00:00
bazaah commented 2021-08-01 16:13:26 +00:00 (Migrated from github.com)

This PR adds block indicator support to the Scanner. It also tightens up the handling of stale / expired possible keys, and adds unit tests for both cases.

Components

  • Support BlockSequenceStart, BlockMappingStart BlockEnd tokens (indentation levels)
  • Support BlockEntry token (-)
  • Fix subtle bug in Scanner.value saved key validation
  • Add tests for the above
This PR adds block indicator support to the `Scanner`. It also tightens up the handling of stale / expired possible keys, and adds unit tests for both cases. ## Components - Support `BlockSequenceStart`, `BlockMappingStart` `BlockEnd` tokens (indentation levels) - Support `BlockEntry` token (`-`) - Fix subtle bug in `Scanner.value` saved key validation - Add tests for the above
Sign in to join this conversation.
No description provided.