rcl/golden/error/runtime_import_fstring.test
2023-10-20 19:48:27 +02:00

8 lines
269 B
Text

import f"f-strings are {"not"} allowed as import paths."
# output:
stdin:1:8
1 │ import f"f-strings are {"not"} allowed as import paths."
╵ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: Import path must be a string literal without holes.