jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
MIT License
889 stars 142 forks source link

PATTERN_LEADING_COMMENTS handling #107

Open julie-bsx opened 6 years ago

julie-bsx commented 6 years ago

The handling of PATTERN_LEADING_COMMENTS results in the line number / count being incorrect. This appears to be the root cause of https://github.com/kaitai-io/kaitai_struct_webide/issues/62

jeremyfa commented 6 years ago

Thank you for reporting, that should not be too difficult to fix!