Files
date/src
Björn Schäpers 6d7739e7e8 Don't fail on nearly blank lines
If a line only contains tabs the word will be an empty string. And then
is_prefix_of does match on rule, beacuse it's substring of length 0 is
also an empty string. Subsequently the parsing of the rule fails with an
exception.
2025-06-05 11:07:49 -04:00
..
2025-06-05 11:07:49 -04:00