Skip to content

Commit 54ae744

Browse files
committed
Python: Also update Python 2 file
1 parent 6ea8986 commit 54ae744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)