Skip to content

Commit 7f66def

Browse files
committed
A-TextUiTesting
1 parent 98a8d09 commit 7f66def

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

text-ui-test/EXPECTED.TXT

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1-
Hello from
2-
____ _
3-
| _ \ _ _| | _____
4-
| | | | | | | |/ / _ \
5-
| |_| | |_| | < __/
6-
|____/ \__,_|_|\_\___|
7-
1+
Got it. I've added this task:
2+
[T][✗] read book
3+
Now you have 1 tasks in the list.
4+
Got it. I've added this task:
5+
[T][✗] return book
6+
Now you have 2 tasks in the list.
7+
Got it. I've added this task:
8+
[D][✗] return book (by: Sunday)
9+
Now you have 3 tasks in the list.
10+
Got it. I've added this task:
11+
[E][✗] project meeting (at: Mon 2-4pm)
12+
Now you have 4 tasks in the list.
13+
Here are the tasks in your list:
14+
1.[T][✗] read book
15+
2.[T][✗] return book
16+
3.[D][✗] return book (by: Sunday)
17+
4.[E][✗] project meeting (at: Mon 2-4pm)
18+
Noted. I've removed this task:
19+
[E][✗] [D][✗] return book (by: Sunday)
20+
Now you have 3 tasks in the list.

text-ui-test/input.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
todo read book
2+
todo return book
3+
deadline return book /by Sunday
4+
event project meeting /at Mon 2-4pm
5+
list
6+
delete 3

0 commit comments

Comments
 (0)