Python: Normalise string prefixes

This commit is contained in:
Taus Brock-Nannestad
2022-02-08 16:48:17 +01:00
parent 4bbb7ad320
commit 6ea8986daa

View File

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