Lines Matching refs:Test

34 // Run Test
40 echo "Test 1.1: Type: default. Length: default\n";
46 echo "Test 1.2: Type: AFC. Length: default\n";
51 echo "Test 1.3: Type: AFC: Length: 0\n";
56 echo "Test 1.4: Type: AFC: Length: strlen\n";
61 echo "Test 1.5: Type: AFC. Length: strlen-1\n";
66 echo "Test 1.6: Type: AFC. Length: strlen+1\n";
75 echo "Test 2.1: Type: default. Length: default\n";
81 echo "Test 2.2: Type: AFC. Length: default\n";
86 echo "Test 2.3: Type: AFC: Length: 0\n";
91 echo "Test 2.4: Type: AFC: Length: strlen\n";
96 echo "Test 2.5: Type: AFC. Length: strlen-1\n";
101 echo "Test 2.6: Type: AFC. Length: strlen+1\n";
111 echo "Test 3.1: Type: default. Length: default\n";
117 echo "Test 3.2: Type: AFC. Length: default\n";
122 echo "Test 3.3: Type: AFC: Length: 0\n";
127 echo "Test 3.4: Type: AFC: Length: strlen\n";
132 echo "Test 3.5: Type: AFC. Length: strlen-1\n";
137 echo "Test 3.6: Type: AFC. Length: strlen+1\n";
147 echo "Test 4.1: Type: default. Length: default\n";
153 echo "Test 4.2: Type: AFC. Length: default\n";
158 echo "Test 4.3: Type: AFC: Length: 0\n";
163 echo "Test 4.4: Type: AFC: Length: strlen\n";
168 echo "Test 4.5: Type: AFC. Length: strlen-1\n";
173 echo "Test 4.6: Type: AFC. Length: strlen+1\n";
209 Test 1.1: Type: default. Length: default
211 Test 1.2: Type: AFC. Length: default
216 Test 1.3: Type: AFC: Length: 0
219 Test 1.4: Type: AFC: Length: strlen
224 Test 1.5: Type: AFC. Length: strlen-1
227 Test 1.6: Type: AFC. Length: strlen+1
235 Test 2.1: Type: default. Length: default
237 Test 2.2: Type: AFC. Length: default
239 Test 2.3: Type: AFC: Length: 0
241 Test 2.4: Type: AFC: Length: strlen
243 Test 2.5: Type: AFC. Length: strlen-1
245 Test 2.6: Type: AFC. Length: strlen+1
250 Test 3.1: Type: default. Length: default
255 Test 3.2: Type: AFC. Length: default
260 Test 3.3: Type: AFC: Length: 0
263 Test 3.4: Type: AFC: Length: strlen
268 Test 3.5: Type: AFC. Length: strlen-1
271 Test 3.6: Type: AFC. Length: strlen+1
279 Test 4.1: Type: default. Length: default
281 Test 4.2: Type: AFC. Length: default
283 Test 4.3: Type: AFC: Length: 0
285 Test 4.4: Type: AFC: Length: strlen
287 Test 4.5: Type: AFC. Length: strlen-1
289 Test 4.6: Type: AFC. Length: strlen+1