Skip to content

Commit

Permalink
Merge 8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Sep 20, 2023
2 parents 50a0df2 + d0a333d commit 9067ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/format.test
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ test format-8.26 {Undocumented formats} -body {
test format-8.27 {Undocumented formats} -constraints pointerIs64bit -body {
format "%p %#llx" [expr {2**33}] [expr {2**33}]
} -result {0x200000000 0x200000000}
test format-8.28 {Internal use of TCL_COMBINE flag should not be visiable at script level} {
test format-8.28 {Internal use of TCL_COMBINE flag should not be visible at script level} {
format %c 0x10000041
} \uFFFD

Expand Down

0 comments on commit 9067ba1

Please sign in to comment.