Lines Matching refs:t

47 	t=test1
48 test_start $t "-I handling"
50 checkrv $t
52 compare $t "$comp" "$good"
53 test_pass $t
57 t=test2
58 test_start $t "-n 1 handling"
60 checkrv $t
65 compare $t "$comp" "$good"
66 test_pass $t
70 t=test3
71 test_start $t "-I before -n 1"
73 checkrv $t
78 compare $t "$comp" "$good"
79 test_pass $t
83 t=test4
84 test_start $t "-n 1 before -I"
86 checkrv $t
88 compare $t "$comp" "$good"
89 test_pass $t
93 t=test5
94 test_start $t "-i multiple lines handling"
96 checkrv $t
100 compare $t "$comp" "$good"
101 test_pass $t
105 t=test6
106 test_start $t "-E handling"
108 checkrv $t
110 compare $t "$comp" "$good"
111 test_pass $t
115 t=test7
116 test_start $t "newlines in arguments"
118 checkrv $t
120 compare $t "$comp" "$good"
121 test_pass $t
125 t=test8
126 test_start $t "limited counts via -n3"
128 checkrv $t
132 compare $t "$comp" "$good"
133 test_pass $t
137 t=test9
138 test_start $t "multiple lines via -L2"
140 checkrv $t
143 compare $t "$comp" "$good"
144 test_pass $t
148 t=test10
149 test_start $t "argument sizes"
151 checkrv $t
156 compare $t "$comp" "$good"
157 test_pass $t
161 t=test11
162 test_start $t "bare -e"
164 checkrv $t
166 compare $t "$comp" "$good"
167 test_pass $t
171 t=test12
172 test_start $t "-E ''"
174 checkrv $t
176 compare $t "$comp" "$good"
177 test_pass $t
181 t=test13
182 test_start $t "end of string (no -E or -e)"
184 checkrv $t
186 compare $t "$comp" "$good"
187 test_pass $t
191 t=test14
192 test_start $t "trailing blank with -L"
194 checkrv $t
197 compare $t "$comp" "$good"
198 test_pass $t
202 t=test15
203 test_start $t "leading and embedded blanks with -i"
205 checkrv $t
209 compare $t "$comp" "$good"
210 test_pass $t
214 t=test16
215 test_start $t "single character replstring"
217 checkrv $t
219 compare $t "$comp" "$good"
220 test_pass $t
224 t=test17
225 test_start $t "null byte separators"
227 checkrv $t
230 compare $t "$comp" "$good"
231 test_pass $t
235 t=test18
236 test_start $t "escape characters"
238 checkrv $t
242 compare $t "$comp" "$good"
243 test_pass $t
247 t=test19
248 test_start $t "bad -P option (negative value)"
251 test_pass $t
253 test_fail $t
258 t=test20
259 test_start $t "bad -P option (bad string)"
262 test_pass $t
264 test_fail $t
269 t=test21
270 test_start $t "bad -P option (extraneous characters)"
273 test_pass $t
275 test_fail $t