mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
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.
8 lines
200 B
Text
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.
|