diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-08 11:56:41 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-08 11:56:41 +0000 |
commit | 5dd1517fd7fd1ebbfdfaafaaccd5689169dbd301 (patch) | |
tree | f3170c3067971d21e1fc5ec2df749c421146b550 /test/stdout | |
parent | 184e88237dea64ce48076cdd0184612d057cbafd (diff) |
Cast empty string to zero for numerical comparions and treat all numbers
as decimal.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index a202d1ebb..a4e6feb2f 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -218,6 +218,12 @@ > Failed: invalid integer "3z " > Failed: integer expected but "a" found > +> >0: n +> =: y +> -2<: y +> 08>07: y +> 011=11: y +> > def:y y > def:n n > Failed: unknown variable "post" after "def:" |