Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[test]: fix test in grammar fuzzer (#4150)
hypothesis `6.103.1` generates examples like ``` Falsifying example: test_grammar_bruteforce( code='"""\r""" \n""""""', ) ``` which trivially raise an exception in asttokens. filter out `\r` characters when generating source codes.
- Loading branch information