1# test handling of unicode chars in format strings
2
3print("α".format())
4print("{α}".format(α=1))
5