mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #7894 from tausbn/python-normalise-prefixes
Python: Normalise string prefixes
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
| 66 | \nSingle quotes string | ''' |
|
||||
| 69 | \nDouble-quotes\nstring | """ |
|
||||
| 73 | \nBytes\n | r''' |
|
||||
| 77 | \nRaw\nUnicode\n | U""" |
|
||||
| 77 | \nRaw\nUnicode\n | u""" |
|
||||
| 101 | | " |
|
||||
| 101 | Hello | " |
|
||||
| 101 | world | " |
|
||||
| 101 | world | " |
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
| 66 | \nSingle quotes string | ''' |
|
||||
| 69 | \nDouble-quotes\nstring | """ |
|
||||
| 73 | \nBytes\n | r''' |
|
||||
| 77 | \nRaw\nUnicode\n | U""" |
|
||||
| 77 | \nRaw\nUnicode\n | u""" |
|
||||
| 101 | | " |
|
||||
| 101 | Hello | " |
|
||||
| 101 | world | " |
|
||||
| 101 | world | " |
|
||||
|
||||
Reference in New Issue
Block a user