Files
codeql/python/ql/test/extractor-tests/string_concatenation/StrConst.expected
Taus 58eaddf627 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.
2024-04-22 12:00:09 +00:00

8 lines
329 B
Plaintext

| 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 |