Skip to content

Commit 6ea8986

Browse files
committed
Python: Normalise string prefixes
1 parent 4bbb7ad commit 6ea8986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/test/3/library-tests/locations/general/Prefix.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| 66 | \nSingle quotes string | ''' |
77
| 69 | \nDouble-quotes\nstring | """ |
88
| 73 | \nBytes\n | r''' |
9-
| 77 | \nRaw\nUnicode\n | U""" |
9+
| 77 | \nRaw\nUnicode\n | u""" |
1010
| 101 | | " |
1111
| 101 | Hello | " |
12-
| 101 | world | " |
12+
| 101 | world | " |

0 commit comments

Comments
 (0)