we-like-parsers / cpython

Here we work on integrating pegen into CPython; use branch 'pegen'
https://github.com/gvanrossum/pegen
Other
1 stars 0 forks source link

f-string parser: Fix error messages for missing expressions #162

Open pablogsal opened 3 years ago

pablogsal commented 3 years ago

In test_fstring the error messages in test_missing_expression need updating, but is possible that we are also missing something in the tokenizer.