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:
Taus
2024-04-17 16:16:20 +00:00
parent d51fcd4f2a
commit 58eaddf627
61 changed files with 661 additions and 661 deletions

View File

@@ -1,7 +1,7 @@
| test.py:1:5:1:15 | Str | a\u00f0 |
| test.py:2:5:2:15 | Str | b\u00f0 |
| test.py:3:5:3:11 | Str | cc |
| test.py:4:5:4:19 | Str | \u00ff\u00ff |
| test.py:5:5:5:16 | Str | e\u00ff |
| test.py:6:5:6:16 | Str | f\u00ff |
| test.py:7:5:7:16 | Str | \u00ffg |
| test.py:1:5:1:15 | StringLiteral | a\u00f0 |
| test.py:2:5:2:15 | StringLiteral | b\u00f0 |
| test.py:3:5:3:11 | StringLiteral | cc |
| test.py:4:5:4:19 | StringLiteral | \u00ff\u00ff |
| test.py:5:5:5:16 | StringLiteral | e\u00ff |
| test.py:6:5:6:16 | StringLiteral | f\u00ff |
| test.py:7:5:7:16 | StringLiteral | \u00ffg |