rcl/golden/error/parse_fstring_double_no_hole.test
Ruud van Asseldonk 935477164f Adjust tests for new messages, fix strip bugs
The error messages changed slightly (on purpose in most cases). Also
there were still bugs in whitespace stripping. There is still a with
trailing whitespace in the formatter ... this is just an intermediate
state.
2023-09-30 02:18:50 +02:00

8 lines
200 B
Text

f"This f-string has no holes."
# output:
stdin:1:1
1 │ f"This f-string has no holes."
╵ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: This format string has no holes, it can be a regular string.