Skip to content

Check all printed strings for incorrect formatting (newlines) #18

@guzmanfj

Description

@guzmanfj

When writing a string that would be printed to the screen (input help, error messages, progress messages), I always wrote them this way:

    'If the message is too long for one line I will escape the newline character like this \
    and continue writing on the next line like nothing happened.'

But the problem with this is that the spaces making up the tabs will also be included in the string, and that is no bueno.

Needs correct formatting of printed strings.

Probably won't fix it though since I'm changing to Rosetta.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions