summaryrefslogtreecommitdiffstatshomepage
path: root/tests/unicode/unicode_str_format.py
blob: bf8505a31acede08fdc4c035d3c8d10e89bc887a (plain) (blame)
1
2
3
4
# test handling of unicode chars in format strings

print('α'.format())
print('{α}'.format(α=1))