Skip to content

Commit

Permalink
added one more test to pinpoint issue #3 with Tcl 8.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafn committed Oct 3, 2024
1 parent 5ee4c3c commit d6e4890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/parameters.test
Original file line number Diff line number Diff line change
Expand Up @@ -2228,6 +2228,7 @@ nx::test case bignums {
? {o foo [expr {2 ** 64}]} "18446744073709551616"
? {o foo [expr {2 ** 128}]} "340282366920938463463374607431768211456"

? {expr {wide(2 ** 63)}} "-9223372036854775808"
? {o foo [expr {wide(2 ** 63)}]} "-9223372036854775808"

? {o foo [expr {2.0}]} {expected integer but got "2.0" for parameter "x"}
Expand Down

0 comments on commit d6e4890

Please sign in to comment.