mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 02:10:52 +02:00
This improves the TOC display of the generated differences section. Signed-off-by: Jeff Epler <jepler@gmail.com>
9 lines
174 B
Python
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}"
|