Files
codeql/python/ql/test/3/extractor-tests/fstrings3.6/Formatted.oldexpected
Taus 8ec414d454 Python: Add copy of internal Python 3 tests
Again, mostly extractor tests, and a single library test.
2024-04-15 12:30:01 +00:00

12 lines
448 B
Plaintext

| 2 | FormattedValue | | world | s |
| 3 | FormattedValue | #06x | one | |
| 3 | FormattedValue | ++++ | three | s |
| 3 | FormattedValue | format | two | |
| 4 | FormattedValue | | cruel | |
| 5 | FormattedValue | | thing | a |
| 6 | FormattedValue | | x | r |
| 8 | FormattedValue | | BinaryExpr | |
| 8 | FormattedValue | | name | |
| 8 | FormattedValue | %A, %B %d, %Y | anniversary | |
| 13 | FormattedValue | | world | s |