We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efed21b + be323ba commit a2532a8Copy full SHA for a2532a8
2 files changed
python/ql/test/2/library-tests/locations/general/Prefix.expected
@@ -9,7 +9,7 @@
9
| 66 | \nSingle quotes string | ''' |
10
| 69 | \nDouble-quotes\nstring | """ |
11
| 73 | \nBytes\n | r''' |
12
-| 77 | \nRaw\nUnicode\n | U""" |
+| 77 | \nRaw\nUnicode\n | u""" |
13
| 101 | | " |
14
| 101 | Hello | " |
15
-| 101 | world | " |
+| 101 | world | " |
python/ql/test/3/library-tests/locations/general/Prefix.expected
@@ -6,7 +6,7 @@
6
7
8
0 commit comments