Skip to content

Hypothesis version 6.161.1

Latest

Choose a tag to compare

@Zac-HD Zac-HD released this 23 Jul 20:37

"from_lark()" could generate strings which the grammar's lexer
tokenizes differently than the terminal they were generated for, and
which therefore fail to parse - for example "'"""'" for Lark's built-
in "ESCAPED_STRING" terminal (issue #4325). Terminal strategies now
only generate strings which the lexer would match in their entirety.

The canonical version of these notes (with links) is on readthedocs.