summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cpydiff/core_fstring_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpydiff/core_fstring_parser.py')
-rw-r--r--tests/cpydiff/core_fstring_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpydiff/core_fstring_parser.py b/tests/cpydiff/core_fstring_parser.py
index 22bbc5866e..570b92434a 100644
--- a/tests/cpydiff/core_fstring_parser.py
+++ b/tests/cpydiff/core_fstring_parser.py
@@ -1,5 +1,5 @@
"""
-categories: Core
+categories: Core,f-strings
description: f-strings cannot support expressions that require parsing to resolve unbalanced nested braces and brackets
cause: MicroPython is optimised for code space.
workaround: Always use balanced braces and brackets in expressions inside f-strings