Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull #17

Open
wants to merge 32 commits into
base: main
Choose a base branch
from
Open

pull #17

wants to merge 32 commits into from

Conversation

Ayaaa99
Copy link

@Ayaaa99 Ayaaa99 commented May 7, 2022

No description provided.

Ayaaa99 and others added 30 commits April 15, 2022 17:05
Exception in thread "main" java.lang.StringIndexOutOfBoundsException: begin 0, end -1, length 20
        at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4601)
        at java.base/java.lang.String.substring(String.java:2704)
        at MarkdownParse.getLinks(MarkdownParse.java:19)
        at MarkdownParse.main(MarkdownParse.java:30)
PS C:\Users\zc\Documents\GitHub\markdown-parser> java MarkdownParse breaking-test3.md
null
There was 1 failure:
1) testLink9(MarkdownParseTest)
java.lang.AssertionError: expected:<[(]> but was:<[]>
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:120)
        at org.junit.Assert.assertEquals(Assert.java:146)
        at MarkdownParseTest.testLink9(MarkdownParseTest.java:96)

FAILURES!!!
Tests run: 14,  Failures: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant