fastparse
fastparse copied to clipboard
CharsWhileIn - documentation inconsistency
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).
Fixed here, it seems: https://github.com/lihaoyi/fastparse/commit/e71b61ffe10a0189b48cff02bb8eb7c7ca734009