summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_fstring_invalid.py
Commit message (Collapse)AuthorAge
* tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George2024-05-28
In CPython 3.12 these invalid str/bytes/fstring escapes will issue a SyntaxWarning, and so differ to MicroPython. Signed-off-by: Damien George <damien@micropython.org>