Files
openide/python/testData/psi/FStrings.py
Mikhail Golubev b16311ef60 PY-18972 Initial support of f-string literals
Namely, Python lexer, compatibility inspection and unsupported
features annotator are aware of them now.
2016-09-16 08:16:26 +03:00

8 lines
70 B
Python

s1 = f''
s2 = fr''
s3 = rf''
s4 = F''
s5 = bf''
s6 = uf''
s7 = ufr''