-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.txt
159 lines (159 loc) · 2.03 KB
/
input.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
add plain-text
1
text 1
add plain-text
1
new text
add plain-text
2
text 2
edit plain-text
1
new text
find plain-text
1
rm plain-text
1
add plain-text
3
text 3
search plain-text
CONTAINS(text)
search plain-text
CONTAINS(text 2)
search plain-text
AND(CONTAINS(te),CONTAINS(xt 2))
search plain-text
OR(CONTAINS(text 2),CONTAINS(text 3))
search plain-text
NOT(CONTAINS(text 2))
add task
1
task1
2023/12/01 12:20
edit task
1
newtask
2023/12/10 12:20
find task
1
add task
2
task2
2024/01/01 12:00
search task
CONTAINS(task)
search task
BEFORE(2023/12/20 12:00)
search task
EQUALS(2023/12/10 12:20)
search task
NOT(CONTAINS(task2))
search task
AND(CONTAINS(task),AFTER(2023/12/20 12:00))
search task
AND(CONTAINS(task2),CONTAINS(newtask))
rm task
2
add contact
1
Charlie
HongKong
Hung Lai Road
1
59280000
find contact
1
edit contact
1
Charlie
HongKong
Hong Lai Road
1
59280001
search contact
CONTAINS(Charlie)
search contact
AND(CONTAINS(Char),CONTAINS(lie))
search contact
OR(CONTAINS(CHARLIE),CONTAINS(Charlie))
search contact
NOT(CONTAINS(Charlie))
search contact
CONTAINS(Alice)
rm contact
1
add event
1
event1
2023/12/01 12:00
1
2023/12/01 11:00
edit event
1
new event
2023/11/01 12:00
1
2023/11/01 11:00
find event
1
search event
CONTAINS(event)
search event
AND(CONTAINS(event),CONTAINS(task))
search event
BEFORE(2023/11/02 12:00)
search event
AFTER(2023/11/01 10:00)
search event
EQUALS(2023/11/01 12:00)
search event
ALARMBEFORE(2023/11/02 12:00)
search event
ALARMAFTER(2023/11/01 10:00)
search event
ALARMEQUALS(2023/11/01 11:00)
search event
NOT(CONTAINS(event))
rm event
1
add event
1
event
2023/12/01 12:00
1
2023/12/01 11:00
add contact
1
Charlie
HongKong
Hung Lai Road
1
59280001
save savefile
load invalidFile
load savefile.pim
find plain-text
10
rm plain-text
10
search plain-text
CONTAINS()
add invalidType
edit invalidType
find invalidType
rm invalidType
search invalidType
strange_input
search plain-text
strangeCondition
search task
strangeCondition
search contact
strangeCondition
search event
strangeCondition
add task
10
task with invalid timestamp
badTimeStamp