@@ -17,8 +17,8 @@ Example of usage:
1717
1818Expected outcome:
1919
20- ` Got it! I've added this task ` </n >
21- ` [T][] Homework ` </n >
20+ ` Got it! I've added this task ` </br >
21+ ` [T][] Homework ` </br >
2222` Now you have 1 tasks in the list `
2323
2424### Feature 2
@@ -36,8 +36,8 @@ Example of usage:
3636
3737Expected outcome:
3838
39- ` Got it! I've added this task ` </n >
40- ` [E][] My Birthday (at: Nov 26 2020) ` </n >
39+ ` Got it! I've added this task ` </br >
40+ ` [E][] My Birthday (at: Nov 26 2020) ` </br >
4141` Now you have 1 tasks in the list `
4242
4343### Feature 3
@@ -55,8 +55,8 @@ Example of usage:
5555
5656Expected outcome:
5757
58- ` Got it! I've added this task ` </n >
59- ` [D][] Project (at: Feb 19 2020) ` </n >
58+ ` Got it! I've added this task ` </br >
59+ ` [D][] Project (at: Feb 19 2020) ` </br >
6060` Now you have 1 tasks in the list `
6161
6262### Feature 3
@@ -74,8 +74,8 @@ Example of usage:
7474
7575Expected outcome:
7676
77- ` Noted. I've removed this task ` </n >
78- ` [T][] Homework ` </n >
77+ ` Noted. I've removed this task ` </br >
78+ ` [T][] Homework ` </br >
7979` Now you have 0 tasks in the list `
8080
8181
@@ -94,9 +94,9 @@ Example of usage:
9494
9595Expected outcome:
9696
97- ` Here are the tasks in your list: ` </n >
98- ` 1. [T][] Homework ` </n >
99- ` 2. [E][] My Birthday (at: Nov 26 2020) ` </n >
97+ ` Here are the tasks in your list: ` </br >
98+ ` 1. [T][] Homework ` </br >
99+ ` 2. [E][] My Birthday (at: Nov 26 2020) ` </br >
100100` 3. [D][] Project (at: Feb 19 2020) `
101101
102102
@@ -115,7 +115,7 @@ Example of usage:
115115
116116Expected outcome:
117117
118- ` Here are the matching tasks in your list: ` </n >
118+ ` Here are the matching tasks in your list: ` </br >
119119` 1. [T][] Homework `
120120
121121### Feature 4
@@ -133,9 +133,9 @@ Example of usage:
133133
134134Expected outcome:
135135
136- ` Bye. Hope to see you again! ` </n >
137- ` Application exiting in 3 ` </n >
138- ` Application exiting in 2 ` </n >
136+ ` Bye. Hope to see you again! ` </br >
137+ ` Application exiting in 3 ` </br >
138+ ` Application exiting in 2 ` </br >
139139` Application exiting in 1 `
140140
141141
0 commit comments