Differences From Artifact [ce42be282a]:
- File tests/reg.test — part of check-in [c5a456b3e5] at 2015-10-21 13:35:48 on branch tgl-pg-re — Adapted new tests contributed from Tom Lane @postgres. (user: dgp size: 37585) [more...]
To Artifact [9de9e52277]:
- File tests/reg.test — part of check-in [2162ee3450] at 2021-02-19 07:18:13 on branch core-8-5-branch — Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Thanks to Tom Lane for the bug-report and the fix. (user: jan.nijtmans size: 37673) [more...]
| ︙ | |||
1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 | 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 | + + + + |
# 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:
|
| ︙ |