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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 137 additions and 6 deletions

View file

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

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"""