Parent Directory
|
Revision Log
|
Patch
revision 71 by nigel, Sat Feb 24 21:40:24 2007 UTC | revision 73 by nigel, Sat Feb 24 21:40:30 2007 UTC | |
---|---|---|
# | Line 217 | Line 217 |
217 | /ÃÃÃxxx/8?D | /ÃÃÃxxx/8?D |
218 | ||
219 | /abc/8 | /abc/8 |
220 | Ã] | Ã] |
221 | Ã | Ã |
222 | ÃÃÃ | ÃÃÃ |
223 | ÃÃÃ\? | ÃÃÃ\? |
224 | ||
225 | /anything/8 | |
226 | \xc0\x80 | |
227 | \xc1\x8f | |
228 | \xe0\x9f\x80 | |
229 | \xf0\x8f\x80\x80 | |
230 | \xf8\x87\x80\x80\x80 | |
231 | \xfc\x83\x80\x80\x80\x80 | |
232 | \xfe\x80\x80\x80\x80\x80 | |
233 | \xff\x80\x80\x80\x80\x80 | |
234 | \xc3\x8f | |
235 | \xe0\xaf\x80 | |
236 | \xe1\x80\x80 | |
237 | \xf0\x9f\x80\x80 | |
238 | \xf1\x8f\x80\x80 | |
239 | \xf8\x88\x80\x80\x80 | |
240 | \xf9\x87\x80\x80\x80 | |
241 | \xfc\x84\x80\x80\x80\x80 | |
242 | \xfd\x83\x80\x80\x80\x80 | |
243 | ||
244 | /\x{100}abc(xyz(?1))/8D | |
245 | ||
246 | /[^\x{100}]abc(xyz(?1))/8D | |
247 | ||
248 | /[ab\x{100}]abc(xyz(?1))/8D | |
249 | ||
250 | /(\x{100}(b(?2)c))?/D8 | |
251 | ||
252 | /(\x{100}(b(?2)c)){0,2}/D8 | |
253 | ||
254 | /(\x{100}(b(?1)c))?/D8 | |
255 | ||
256 | /(\x{100}(b(?1)c)){0,2}/D8 | |
257 | ||
258 | / End of testinput5 / | / End of testinput5 / |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |