Skip to content

Commit 6c4aa78

Browse files
author
Adrien Chauve
committed
Fix f-string test
1 parent 31e0252 commit 6c4aa78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-data/unit/check-expressions.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,8 @@ u'%s' % (u'abc',)
11631163

11641164

11651165
[case testFStringParseOk]
1166-
a = f'foobar'
1166+
# flags: --fast-parser
1167+
f'foobar'
11671168

11681169

11691170
-- Lambdas

0 commit comments

Comments
 (0)