Goddard-Fortran-Ecosystem / yaFyaml

Yet Another Fortran YAML
Apache License 2.0
13 stars 8 forks source link

Fixes #20 - bug in lexer #21

Closed tclune closed 4 years ago

tclune commented 4 years ago

Bug fixed when value of key value pair starts with the dash character. The check to ensure the next char was not whitespace was incorrectly implemented. Reproducer added to test suite.