fastparse icon indicating copy to clipboard operation
fastparse copied to clipboard

CharsWhileIn - documentation inconsistency

Open james64 opened this issue 7 years ago • 1 comments

According to both scaladoc string here and my intuition given its name CharsWhileIn("a") should behave as CharsWhileIn("a",0).

However according to both sourcecode here and my experience it behaves as CharsWhileIn("a",1).

james64 avatar Dec 12 '18 15:12 james64

Fixed here, it seems: https://github.com/lihaoyi/fastparse/commit/e71b61ffe10a0189b48cff02bb8eb7c7ca734009

arteme avatar Mar 08 '20 20:03 arteme