Diff
Not logged in

Differences From Artifact [cdf81fc2e6]:

To Artifact [0f43169807]:


2204
2205
2206
2207
2208
2209
2210
2211

2212
2213
2214
2215
2216
2217
2218
2204
2205
2206
2207
2208
2209
2210

2211
2212
2213
2214
2215
2216
2217
2218







-
+







} {65535 0xffff}
test util-18.11 {Tcl_ObjPrintf} {testprint} {
    testprint "%I64d %td" 65536
} {65536 65536}
test util-18.12 {Tcl_ObjPrintf} {testprint} {
    testprint "%I64d %Id" 65537
} {65537 65537}


# cleanup
::tcltest::cleanupTests
return

# Local Variables:
# mode: tcl
# End: