Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f912016

Browse files
authored
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.
1 parent 47e062c commit f912016

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

python/ql/test/3/library-tests/with/test.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@
1111
| test.py:4:5:4:17 | CtxManager3() |
1212
| test.py:4:5:4:29 | With |
1313
| test.py:4:22:4:29 | example3 |
14-
| test.py:4:31:4:30 | |
15-
| test.py:4:31:4:30 | With |
1614
| test.py:6:5:6:8 | Pass |

0 commit comments

Comments
 (0)