Files
codeql/python/ql/test/3/library-tests/locations/general/Prefix.expected
2022-02-08 16:48:17 +01:00

13 lines
282 B
Plaintext

| 28 | file | " |
| 45 | h4tpvhsa | b' |
| 46 | Hi | " |
| 55 | Hi | " |
| 60 | Hi | u" |
| 66 | \nSingle quotes string | ''' |
| 69 | \nDouble-quotes\nstring | """ |
| 73 | \nBytes\n | r''' |
| 77 | \nRaw\nUnicode\n | u""" |
| 101 | | " |
| 101 | Hello | " |
| 101 | world | " |