summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-10-12 13:47:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-10-12 13:47:32 (GMT)
commit6293f8f90ba51c630d5e941443b9ca582ba23357 (patch)
treeb07a46ac5e1a5a18134a42d9ef1724d2438d4e4f /tests
parentb0e42562f6b8d5deea92df128bc40bf71e6bc57f (diff)
parent915c9e49675d816fa2018e7b3b35903264bfffb4 (diff)
downloadtcl-6293f8f90ba51c630d5e941443b9ca582ba23357.zip
tcl-6293f8f90ba51c630d5e941443b9ca582ba23357.tar.gz
tcl-6293f8f90ba51c630d5e941443b9ca582ba23357.tar.bz2
merge TclParseNumber fixes
Diffstat (limited to 'tests')
-rw-r--r--tests/scan.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/scan.test b/tests/scan.test
index b57b641..7540c9c 100644
--- a/tests/scan.test
+++ b/tests/scan.test
@@ -535,6 +535,12 @@ test scan-5.13 {integer scanning and overflow} {
test scan-5.14 {integer scanning} {
scan 0xff %u
} 0
+test scan-5.15 {Bug be003d570f} {
+ scan 0x40 %o
+} 0
+test scan-5.16 {Bug be003d570f} {
+ scan 0x40 %b
+} 0
test scan-6.1 {floating-point scanning} -setup {
set a {}; set b {}; set c {}; set d {}