From a37f1bf34eee4601d60e409cc5f15aa9f28f4714 Mon Sep 17 00:00:00 2001 From: George Tay Date: Sun, 12 May 2024 21:50:12 +0800 Subject: [PATCH] Add HTML text in blurbs --- .../ConfigSystemTest/30daysFromUntilDate/expected/summary.json | 2 +- .../expected/summary.json | 2 +- .../30daysFromUntilDateWithShallowCloning/expected/summary.json | 2 +- src/systemtest/resources/ConfigSystemTest/blurbs.md | 2 ++ .../sinceBeginningDateRange/expected/summary.json | 2 +- .../expected/summary.json | 2 +- .../expected/summary.json | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) 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" } } }