Parent Directory
|
Revision Log
|
Patch
| revision 4 by nigel, Sat Feb 24 21:38:01 2007 UTC | revision 5 by nigel, Sat Feb 24 21:38:05 2007 UTC | |
|---|---|---|
| # | Line 241 | Line 241 |
| 241 | *** Failers | *** Failers |
| 242 | 12345+ | 12345+ |
| 243 | ||
| 244 | /([a]*)*/ | |
| 245 | ||
| 246 | /([ab]*)*/ | |
| 247 | ||
| 248 | /([^a]*)*/ | |
| 249 | ||
| 250 | /([^ab]*)*/ | |
| 251 | ||
| 252 | /([a]*?)*/ | |
| 253 | ||
| 254 | /([ab]*?)*/ | |
| 255 | ||
| 256 | /([^a]*?)*/ | |
| 257 | ||
| 258 | /([^ab]*?)*/ | |
| 259 | ||
| 260 | /(?>a*)*/X | |
| 261 | ||
| 262 | /((?>a*))*/X | |
| 263 | ||
| 264 | /((?>a*?))*/X | |
| 265 | ||
| 266 | / End of test input / | / End of test input / |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |