CSE15L

1

image It’s for test-file2.md

Linke to the file: test-file2.md

image

Symptom: The program crash while runing with index out of bound since the test file has text after the link.

Bug: The bug is that the program didn’t check for the input format. It may needs to add a if statement to check for the input so it can handle any possible format of input.

2

image

It’s for test-file8.md

Linke to the file: test-file8.md

image

Symtom: The program crash while runing with index out of bound since this test-file has extra bracket after the link.

Bug: The bug is that the program didn’t check for the input format. It may needs to add a if statement to check for the input so it can handle any possible format of input.

We only find out 2 test-case that have problems when running.