Skip to content

Period within square brackets #1

@PlayerEugene

Description

@PlayerEugene

Failure inducing input:
[hi.](something.com)

Check for square brackets before adding the period into periodList.

if(nextPeriodIndex != -1) {
periodList.add(nextPeriodIndex);
currentIndex = nextPeriodIndex;
} else {
break;
}

issue1

In the output, "hi." appeared as a link but was supposed to be the link text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions