We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbb7ad commit 6ea8986Copy full SHA for 6ea8986
python/ql/test/3/library-tests/locations/general/Prefix.expected
@@ -6,7 +6,7 @@
6
| 66 | \nSingle quotes string | ''' |
7
| 69 | \nDouble-quotes\nstring | """ |
8
| 73 | \nBytes\n | r''' |
9
-| 77 | \nRaw\nUnicode\n | U""" |
+| 77 | \nRaw\nUnicode\n | u""" |
10
| 101 | | " |
11
| 101 | Hello | " |
12
-| 101 | world | " |
+| 101 | world | " |
0 commit comments