diff --git a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDate/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDate/expected/summary.json index a20df6cb6e..f17b82ee29 100644 --- a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDate/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDate/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } } diff --git a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateFindPreviousAuthors/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateFindPreviousAuthors/expected/summary.json index a20df6cb6e..f17b82ee29 100644 --- a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateFindPreviousAuthors/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateFindPreviousAuthors/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } } diff --git a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateWithShallowCloning/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateWithShallowCloning/expected/summary.json index a20df6cb6e..f17b82ee29 100644 --- a/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateWithShallowCloning/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/30daysFromUntilDateWithShallowCloning/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } } diff --git a/src/systemtest/resources/ConfigSystemTest/blurbs.md b/src/systemtest/resources/ConfigSystemTest/blurbs.md index d4a7f8cc3b..e8a130cc46 100644 --- a/src/systemtest/resources/ConfigSystemTest/blurbs.md +++ b/src/systemtest/resources/ConfigSystemTest/blurbs.md @@ -10,3 +10,5 @@ this is what i have done for my cs2103t project https://www.github.com/user/repo/branch3 *third blurb* + +third blurb with HTML content diff --git a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRange/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRange/expected/summary.json index e499ebc4f8..f274f98e7d 100644 --- a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRange/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRange/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } } diff --git a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeFindPreviousAuthors/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeFindPreviousAuthors/expected/summary.json index e499ebc4f8..f274f98e7d 100644 --- a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeFindPreviousAuthors/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeFindPreviousAuthors/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } } diff --git a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeWithShallowCloning/expected/summary.json b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeWithShallowCloning/expected/summary.json index e499ebc4f8..f274f98e7d 100644 --- a/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeWithShallowCloning/expected/summary.json +++ b/src/systemtest/resources/ConfigSystemTest/sinceBeginningDateRangeWithShallowCloning/expected/summary.json @@ -85,7 +85,7 @@ "urlBlurbMap": { "https://www.github.com/user/repo/branch": "first blurb", "https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project", - "https://www.github.com/user/repo/branch3": "*third blurb*" + "https://www.github.com/user/repo/branch3": "*third blurb*\n\nthird blurb with HTML content" } } }