summaryrefslogtreecommitdiffstats
path: root/tests/regexpComp.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-20 16:01:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-20 16:01:05 (GMT)
commit82877a8aa3a3014d32dc21aa5309d2ae0b2a1aa0 (patch)
tree1be1702aae5457abf45fee50f4eb540c7b5d1383 /tests/regexpComp.test
parentb7e5592df1f6b8d92935251cb1616e10b656ac07 (diff)
parenta1bc5b8a2b3fbc46b0207124137c9b2a5a8cced1 (diff)
downloadtcl-82877a8aa3a3014d32dc21aa5309d2ae0b2a1aa0.zip
tcl-82877a8aa3a3014d32dc21aa5309d2ae0b2a1aa0.tar.gz
tcl-82877a8aa3a3014d32dc21aa5309d2ae0b2a1aa0.tar.bz2
merge core-8-branch. Deprecate support for "string bytelength"
Diffstat (limited to 'tests/regexpComp.test')
-rw-r--r--tests/regexpComp.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/regexpComp.test b/tests/regexpComp.test
index fbf8012..dc7b909 100644
--- a/tests/regexpComp.test
+++ b/tests/regexpComp.test
@@ -798,9 +798,9 @@ test regexpComp-20.1 {regsub shared object shimmering} {
set b $a
set c abcdefghijklmnopqurstuvwxyz0123456789
regsub $a $c $b d
- list $d [string length $d] [string bytelength $d]
+ list $d [string length $d]
}
-} [list abcdefghijklmnopqurstuvwxyz0123456789 37 37]
+} [list abcdefghijklmnopqurstuvwxyz0123456789 37]
test regexpComp-20.2 {regsub shared object shimmering with -about} {
evalInProc {
eval regexp -about abc