diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-30 07:46:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-03-30 07:46:06 (GMT) |
commit | c02088ad06d8ce8666bd9364c73cd518445efc74 (patch) | |
tree | e24f13e7a78b013a6ce505ed696e3d6bba391e89 /tests/execute.test | |
parent | cb0b37178a834be6afa969b97ca894a858651ff7 (diff) | |
parent | 1f1f43fcd2bfa68c8bff1a9d6dbb8ecab4be43e7 (diff) | |
download | tcl-c02088ad06d8ce8666bd9364c73cd518445efc74.zip tcl-c02088ad06d8ce8666bd9364c73cd518445efc74.tar.gz tcl-c02088ad06d8ce8666bd9364c73cd518445efc74.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/execute.test')
-rw-r--r-- | tests/execute.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/execute.test b/tests/execute.test index 410592e..b82867a 100644 --- a/tests/execute.test +++ b/tests/execute.test @@ -1062,7 +1062,7 @@ test execute-9.1 {Interp result resetting [Bug 1522803]} { } SUCCESS test execute-10.1 {TclExecuteByteCode, INST_CONCAT1, bytearrays} { - apply {s {binary scan $s c x; list $x [scan $s$s %c%c]}} \u0130 + apply {s {binary scan $s c x; list $x [scan $s$s %c%c]}} İ } {48 {304 304}} test execute-10.2 {Bug 2802881} -setup { interp create child |