-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest_results.txt
More file actions
128 lines (120 loc) · 3.63 KB
/
test_results.txt
File metadata and controls
128 lines (120 loc) · 3.63 KB
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
(in /home/irina/works/vimmish)
visual mode
- should parse vw~
- should parse v$d
- should parse gv<RIGHT><UP>d
- should parse v3wcabcde<ESC>
smoke tests
- should parse dw
- should parse d(
- should parse yw
- should parse y(
- should not parse inexistant command
command_mode
- should parse command mode with substitute
- should parse delete range 12,14
- should parse delete range ^,14
- should parse delete range 12,$
- should parse delete range 12,.
- should parse delete range .,+2
- should parse delete range .,-2
insert commands
- should parse ccabc<ESC>
- should parse 4ccabc<ESC>
- should parse Cabc<ESC>
- should parse 4Cabc<ESC>
- should parse sabc<ESC>
- should parse 4sabc<ESC>
- should parse Sabc<ESC>
- should parse 4Sabc<ESC>
- should parse change right with something
- should parse change word with something
- should parse iabc<ESC>
- should parse Iabc<ESC>
- should parse aabc<ESC>
- should parse Aabc<ESC>
- should parse oabc<ESC>
- should parse Oabc<ESC>
normal mode commands
- should parse x
- should parse 3x
- should parse .
- should parse 3.
- should parse r@
- should parse 3r@
- should parse y(
- should parse 3y(
- should parse daw
- should parse 3daw
- should parse diw
- should parse 3diw
- should parse ~
- should parse 3~
- should parse d3w
- should parse 3d3w
- should parse dw
- should parse 3dw
- should parse d2w
- should parse 3d2w
- should parse d1w
- should parse 3d1w
- should parse dd
- should parse 5dd
- should parse D
- should parse 5D
- should parse J
- should parse 5J
motions
arrows
- should parse h and translate correctly
- should parse <LEFT> and translate correctly
- should parse j and translate correctly
- should parse <DOWN> and translate correctly
- should parse l and translate correctly
- should parse <RIGHT> and translate correctly
- should parse k and translate correctly
- should parse <UP> and translate correctly
character movement
- should parse ; and translate correctly
- should parse 2; and translate correctly
- should parse Ty and translate correctly
- should parse 2Ty and translate correctly
- should parse ty and translate correctly
- should parse 2ty and translate correctly
- should parse Fy and translate correctly
- should parse 2Fy and translate correctly
- should parse fy and translate correctly
- should parse 2fy and translate correctly
word movement
- should parse 7B and translate correctly
- should parse 7b and translate correctly
- should parse W and translate correctly
- should parse w and translate correctly
- should parse B and translate correctly
- should parse b and translate correctly
- should parse 4W and translate correctly
- should parse 4w and translate correctly
- should parse E and translate correctly
- should parse e and translate correctly
- should parse 3gE and translate correctly
- should parse 3ge and translate correctly
- should parse 3E and translate correctly
- should parse 3e and translate correctly
- should parse gE and translate correctly
- should parse ge and translate correctly
line movement
- should parse 3^ and translate correctly
- should parse $ and translate correctly
- should parse 0 and translate correctly
- should parse 3$ and translate correctly
- should parse 1$ and translate correctly
- should parse ^ and translate correctly
syntax-dependent movement
- should parse % and translate correctly
moving to specific lines
- should parse gg and translate correctly
- should parse 15gg and translate correctly
- should parse G and translate correctly
- should parse 3G and translate correctly
Finished in 0.229725 seconds.
105 specifications (305 requirements), 0 failures