Skip to content

Commit 38f6a15

Browse files
author
Adrien Chauve
committed
Add new f-string test case
1 parent 25043d4 commit 38f6a15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-data/unit/check-expressions.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@ u'%s' % (u'abc',)
11671167
f'foobar'
11681168
f'{"foobar"}'
11691169
f'foo{"bar"}'
1170+
f'.{1}.'
11701171
a: str
11711172
a = f'foobar'
11721173
a = f'{"foobar"}'

0 commit comments

Comments
 (0)