micropython/tests/cpydiff/core_fstring_repr.py

9 wiersze
164 B
Python

"""
categories: Core
description: f-strings don't support !a conversions
cause: MicropPython does not implement ascii()
workaround: None
"""
f"{'unicode text'!a}"