Update black tests (#8278)

Update black tests to
c369e446f9
This commit is contained in:
konsti
2023-10-27 12:44:19 +02:00
committed by GitHub
parent e2b5c6ac5f
commit cd8e1bad64
8 changed files with 137 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
# flags: --pyi
from typing import Union
@bird

View File

@@ -1,4 +1,5 @@
''''''
'\''
'"'
"'"

View File

@@ -0,0 +1,16 @@
# flags: --preview --skip-string-normalization
class C:
r"""Raw"""
def f():
r"""Raw"""
class SingleQuotes:
r'''Raw'''
class UpperCaseR:
R"""Raw"""

View File

@@ -0,0 +1,14 @@
class C:
r"""Raw"""
def f():
r"""Raw"""
class SingleQuotes:
r'''Raw'''
class UpperCaseR:
R"""Raw"""