@@ -160,9 +160,9 @@ func TestParseTapeFile(t *testing.T) {
160
160
{Type : token .DOWN , Options : "" , Args : "1" },
161
161
{Type : token .DOWN , Options : "" , Args : "2" },
162
162
{Type : token .DOWN , Options : "1s" , Args : "3" },
163
- {Type : token .PAGEDOWN , Options : "" , Args : "1" },
164
- {Type : token .PAGEDOWN , Options : "" , Args : "2" },
165
- {Type : token .PAGEDOWN , Options : "1s" , Args : "3" },
163
+ {Type : token .PAGE_DOWN , Options : "" , Args : "1" },
164
+ {Type : token .PAGE_DOWN , Options : "" , Args : "2" },
165
+ {Type : token .PAGE_DOWN , Options : "1s" , Args : "3" },
166
166
{Type : token .ENTER , Options : "" , Args : "1" },
167
167
{Type : token .ENTER , Options : "" , Args : "2" },
168
168
{Type : token .ENTER , Options : "1s" , Args : "3" },
@@ -181,9 +181,9 @@ func TestParseTapeFile(t *testing.T) {
181
181
{Type : token .UP , Options : "" , Args : "1" },
182
182
{Type : token .UP , Options : "" , Args : "2" },
183
183
{Type : token .UP , Options : "1s" , Args : "3" },
184
- {Type : token .PAGEUP , Options : "" , Args : "1" },
185
- {Type : token .PAGEUP , Options : "" , Args : "2" },
186
- {Type : token .PAGEUP , Options : "1s" , Args : "3" },
184
+ {Type : token .PAGE_UP , Options : "" , Args : "1" },
185
+ {Type : token .PAGE_UP , Options : "" , Args : "2" },
186
+ {Type : token .PAGE_UP , Options : "1s" , Args : "3" },
187
187
{Type : token .DOWN , Options : "" , Args : "1" },
188
188
{Type : token .DOWN , Options : "" , Args : "2" },
189
189
{Type : token .DOWN , Options : "1s" , Args : "3" },
0 commit comments