Files
micropython/tests/cpydiff/core_fstring_repr.py
Jeff Epler ea19f3b735 tests/cpydiff: Ensure all have two levels of category.
This improves the TOC display of the generated differences section.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-05-16 11:52:03 +10:00

9 lines
174 B
Python

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