Python: Fix syntax error in `with` test output

Depends on an internal PR. The two lines in question were caused by
the insertion of an extra node due to the failure to parse a trailing
comma corrcetly.
This commit is contained in:
Taus 2022-02-28 15:22:13 +00:00 коммит произвёл GitHub
Родитель 47e062cfb9
Коммит f9120167b4
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -11,6 +11,4 @@
| test.py:4:5:4:17 | CtxManager3() |
| test.py:4:5:4:29 | With |
| test.py:4:22:4:29 | example3 |
| test.py:4:31:4:30 | |
| test.py:4:31:4:30 | With |
| test.py:6:5:6:8 | Pass |