Files
codeql/python/ql/test/extractor-tests/string_concatenation/StrConst.expected
Taus e45f6e9b24 Python: Add copy of extractor tests
These get to live next to the existing library and query tests, and are
run as part of both the Python 2 and Python 3 language tests.
2024-04-15 12:22:07 +00:00

8 lines
259 B
Plaintext

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