Update to 8.5.19
This commit is contained in:
@@ -7165,6 +7165,14 @@ test expr-48.1 {Bug 1770224} {
|
||||
expr {-0x8000000000000001 >> 0x8000000000000000}
|
||||
} -1
|
||||
|
||||
test expr-50.1 {test sqrt() of bignums with non-Inf answer} {
|
||||
expr {sqrt("1[string repeat 0 616]") == 1e308}
|
||||
} 1
|
||||
|
||||
test expr-51.1 {test round-to-even on input} {
|
||||
expr 6.9294956446009195e15
|
||||
} 6929495644600920.0
|
||||
|
||||
# cleanup
|
||||
if {[info exists a]} {
|
||||
unset a
|
||||
|
||||
Reference in New Issue
Block a user