Skip to content

Incorrect if/else stagment #240

Closed
Closed
@boris768

Description

@boris768

if (c <= 255)
{
sb.Append(c);
}
else if (c == '\t')
{
sb.Append(@"\tab");
}

'\t' symbol is 9, which always satisfies the first condition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions