micropython/tests/cpydiff/core_fstring_raw.py

9 wiersze
149 B
Python

"""
categories: Core
description: Raw f-strings are not supported
cause: MicroPython is optimised for code space.
workaround: Unknown
"""
rf"hello"