Lines Matching refs:Test
32 // Run Test
38 echo "Test 1.1: Type: default. Length: default\n";
44 echo "Test 1.2: Type: AFC. Length: default\n";
49 echo "Test 1.3: Type: AFC: Length: 0\n";
54 echo "Test 1.4: Type: AFC: Length: strlen\n";
59 echo "Test 1.5: Type: AFC. Length: strlen-1\n";
64 echo "Test 1.6: Type: AFC. Length: strlen+1\n";
73 echo "Test 2.1: Type: default. Length: default\n";
79 echo "Test 2.2: Type: AFC. Length: default\n";
84 echo "Test 2.3: Type: AFC: Length: 0\n";
89 echo "Test 2.4: Type: AFC: Length: strlen\n";
94 echo "Test 2.5: Type: AFC. Length: strlen-1\n";
99 echo "Test 2.6: Type: AFC. Length: strlen+1\n";
109 echo "Test 3.1: Type: default. Length: default\n";
115 echo "Test 3.2: Type: AFC. Length: default\n";
120 echo "Test 3.3: Type: AFC: Length: 0\n";
125 echo "Test 3.4: Type: AFC: Length: strlen\n";
130 echo "Test 3.5: Type: AFC. Length: strlen-1\n";
135 echo "Test 3.6: Type: AFC. Length: strlen+1\n";
145 echo "Test 4.1: Type: default. Length: default\n";
151 echo "Test 4.2: Type: AFC. Length: default\n";
156 echo "Test 4.3: Type: AFC: Length: 0\n";
161 echo "Test 4.4: Type: AFC: Length: strlen\n";
166 echo "Test 4.5: Type: AFC. Length: strlen-1\n";
171 echo "Test 4.6: Type: AFC. Length: strlen+1\n";
207 Test 1.1: Type: default. Length: default
209 Test 1.2: Type: AFC. Length: default
214 Test 1.3: Type: AFC: Length: 0
219 Test 1.4: Type: AFC: Length: strlen
224 Test 1.5: Type: AFC. Length: strlen-1
229 Test 1.6: Type: AFC. Length: strlen+1
237 Test 2.1: Type: default. Length: default
239 Test 2.2: Type: AFC. Length: default
241 Test 2.3: Type: AFC: Length: 0
243 Test 2.4: Type: AFC: Length: strlen
245 Test 2.5: Type: AFC. Length: strlen-1
247 Test 2.6: Type: AFC. Length: strlen+1
252 Test 3.1: Type: default. Length: default
257 Test 3.2: Type: AFC. Length: default
262 Test 3.3: Type: AFC: Length: 0
267 Test 3.4: Type: AFC: Length: strlen
272 Test 3.5: Type: AFC. Length: strlen-1
277 Test 3.6: Type: AFC. Length: strlen+1
285 Test 4.1: Type: default. Length: default
287 Test 4.2: Type: AFC. Length: default
289 Test 4.3: Type: AFC: Length: 0
291 Test 4.4: Type: AFC: Length: strlen
293 Test 4.5: Type: AFC. Length: strlen-1
295 Test 4.6: Type: AFC. Length: strlen+1