mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-14 12:16:27 +00:00
* Scan for implicit map key as soon as a property is encountered * Proper handling of node properties throughout parser * Fixed an issue where plain scalars sometimes contained garbage when yielded * Catch reserved chars @ and ` * Fixed some test cases * Made parser test cases use fastparse