Skip to content

Commit 514e776

Browse files
committed
tests/string/prefixes: Add RU'' case
1 parent fa2ed6d commit 514e776

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/strings/prefixes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
UR'S T R'
1616
uB'S T R'
1717
Ru'S T R'
18+
RU'S T R'
1819
bR'S T R'
1920
Rb'S T R'
2021

@@ -82,6 +83,11 @@
8283
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
8384
S T R : source.python, string.quoted.single.python
8485
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
86+
R : invalid.illegal.prefix.python, source.python, string.quoted.single.python
87+
U : source.python, storage.type.string.python, string.quoted.single.python
88+
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
89+
S T R : source.python, string.quoted.single.python
90+
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python
8591
bR : source.python, storage.type.string.python, string.quoted.single.raw.python
8692
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.raw.python
8793
S T R : source.python, string.quoted.single.raw.python

0 commit comments

Comments
 (0)