about summary refs log tree commit diff stats
path: root/subx/teensy
ModeNameSize
-rw-r--r--Readme26log stats plain blame
-rwxr-xr-xtest15584log stats plain blame
-rw-r--r--test1.c125log stats plain blame
-rwxr-xr-xtest25584log stats plain blame
-rw-r--r--test2.s179log stats plain blame
-rwxr-xr-xtest34848log stats plain blame
-rw-r--r--test3.s219log stats plain blame
-rwxr-xr-xtest4368log stats plain blame
-rw-r--r--test4.s211log stats plain blame
-rwxr-xr-xtest596log stats plain blame
-rw-r--r--test5.s2105log stats plain blame
-rwxr-xr-xtest65588log stats plain blame
-rw-r--r--test6-global.s189log stats plain blame
-rwxr-xr-xtest74100log stats plain blame
-rw-r--r--test7-global.s2583log stats plain blame
-rw-r--r--vimrc.vim353log stats plain blame
="p">, ColorScheme) \ and var != ColorScheme: schemes.append(var) self.schemes = set(schemes) def test_colorschemes(self): def test(scheme): scheme.get() # test with no arguments for i in range(300): # test with a bunch of random (valid) arguments sample = random.sample(CONTEXT_KEYS, random.randint(2, 9)) scheme.get(*sample) for scheme in self.schemes: test(scheme()) if __name__ == '__main__': main() ='#n77'>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