corner-case for ''' strings #7
Labels
good first issue
Fairly self-contained issue that is ideal as a first contribution
topic: core
Affects lexer/parser/infrastructure
topic: LRM
Affects the Language Reference Manual
In the LRM we have something like this:
This comes out as
It would be better if it came out like this:
We could change the rules to only ignore absolute first line (i.e. the stuff on the same line as the
'''
when figuring out common whitespace). But still ignore blank lines. But this is rapidly becoming a mess.The text was updated successfully, but these errors were encountered: