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,4 +1,4 @@
| test.py:46:12:46:18 | Str | This regular expression includes duplicate character 'A' in a set of characters. |
| test.py:47:12:47:19 | Str | This regular expression includes duplicate character '0' in a set of characters. |
| test.py:48:12:48:21 | Str | This regular expression includes duplicate character '-' in a set of characters. |
| test.py:133:17:137:11 | Str | This regular expression includes duplicate character 'e' in a set of characters. |
| test.py:46:12:46:18 | StringLiteral | This regular expression includes duplicate character 'A' in a set of characters. |
| test.py:47:12:47:19 | StringLiteral | This regular expression includes duplicate character '0' in a set of characters. |
| test.py:48:12:48:21 | StringLiteral | This regular expression includes duplicate character '-' in a set of characters. |
| test.py:133:17:137:11 | StringLiteral | This regular expression includes duplicate character 'e' in a set of characters. |