mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Python: Update all .expected files
I'm beginning to realise why I didn't do the `toString` overriding way back when. Thankfully, now that all of our tests are in the same place, this is actually not a terrible ordeal.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
| test.py:3:1:3:11 | Str | \u0111\u0142e\u00b6\u014b\u00b6\u0142\u014b |
|
||||
| test.py:3:15:3:19 | Str | hi |
|
||||
| test.py:3:23:3:27 | Str | \n |
|
||||
| test.py:4:1:4:11 | Str | \u0111\u0142e\u00b6\u014b\u00b6\u0142\u014b |
|
||||
| test.py:4:15:4:19 | Str | hi |
|
||||
| test.py:4:23:4:27 | Str | \n |
|
||||
| test.py:3:1:3:11 | StringLiteral | \u0111\u0142e\u00b6\u014b\u00b6\u0142\u014b |
|
||||
| test.py:3:15:3:19 | StringLiteral | hi |
|
||||
| test.py:3:23:3:27 | StringLiteral | \n |
|
||||
| test.py:4:1:4:11 | StringLiteral | \u0111\u0142e\u00b6\u014b\u00b6\u0142\u014b |
|
||||
| test.py:4:15:4:19 | StringLiteral | hi |
|
||||
| test.py:4:23:4:27 | StringLiteral | \n |
|
||||
|
||||
Reference in New Issue
Block a user