summaryrefslogtreecommitdiff
path: root/tests/cpydiff/core_fstring_repr.py
blob: 2589a34b7e3b9bb982bc0d66c95a847db5f81f87 (plain)
1
2
3
4
5
6
7
8
"""
categories: Core,f-strings
description: f-strings don't support !a conversions
cause: MicropPython does not implement ascii()
workaround: None
"""

f"{'unicode text'!a}"