Differences From Artifact [77c1f0d000]:
- File tests/reg.test — part of check-in [836cfc20b3] at 2020-12-04 09:56:08 on branch core-8-branch — TIP 590: Recommend lowercase Package Names (user: jan.nijtmans size: 42828) [more...]
To Artifact [db96ea6036]:
- File tests/reg.test — part of check-in [178e807735] at 2021-02-19 07:20:52 on branch core-8-branch — Merge 8.6 (user: jan.nijtmans size: 42916) [more...]
| ︙ | |||
1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 | 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 | + + + + |
# This is near the limits of the RE engine
regexp [string repeat x*y*z* 480] x
} 1
test reg-33.30 {Bug 1080042} {
regexp {(\Y)+} foo
} 1
test reg-33.31 {Bug 7c64aa5e1a} {
regexp -inline {(?b).\{1,10\}} {abcdef}
} abcdef
# cleanup
::tcltest::cleanupTests
return
# Local Variables:
# mode: tcl
|
| ︙ |