Commit 22ca89a3008966c4316d6b0a158b1a49f9038df0

Martin Mitas 2020-09-29T21:33:43

Fix ISANYOF encountering a zero byte in the input. When it happened, it could lead to unexpected results, including broken internal state of the parser. Fixes #130.