rcl/golden/error/lex_fstring_double_string_unclosed.test
Ruud van Asseldonk 0780701d72 Use new error type from main
All of the old error types can now be converted losslessly into the new
type, and this is using the new pretty-printer to emit and color the
errors. The next steps are deleting the old errors and replacing them
with the new ones one by one.
2023-09-30 18:58:51 +02:00

14 lines
251 B
Text

f"There is no {"closing"} quote there -->
# output:
stdin:2:1
2 │
╵ ^
Error: Unexpected end of input, format string is not closed.
stdin:1:1
1 │ f"There is no {"closing"} quote there -->
╵ ^~
Note: Format string opened here.