circuitpython/tests/cpydiff/core_fstring_repr.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
164 B
Python
Raw Normal View History

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