j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
175 stars 15 forks source link

Fixed caret not appearing for EOF #181

Closed j-mie6 closed 1 year ago

j-mie6 commented 1 year ago

Due to capping of the caret at the end of the input line, carets focused on the EOF itself were not rendered. This increases that limit by 1, which allows carets to stretch one position over the end of the input line to EOF.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit db3a724f and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 91.0% (0.0% change).

View more on Code Climate.