~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Lib/test/decimaltestdata/dqAdd.decTest

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-11 13:30:19 UTC
  • mto: (10.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100311133019-sblbooa3uqrkoe70
Tags: upstream-2.6.5~rc2
ImportĀ upstreamĀ versionĀ 2.6.5~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
--   IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK         --
18
18
--   mfc@uk.ibm.com                                                   --
19
19
------------------------------------------------------------------------
20
 
version: 2.58
 
20
version: 2.59
21
21
 
22
22
-- This set of tests are for decQuads only; all arguments are
23
23
-- representable in a decQuad
637
637
dqadd7732 add  0     0     ->  0
638
638
dqadd7733 add  0    -0     ->  0
639
639
dqadd7734 add -0     0     ->  0
640
 
dqadd7735 add -0    -0     -> -0     -- IEEE 854 special case
 
640
dqadd7735 add -0    -0     -> -0     -- IEEE 754 special case
641
641
 
642
642
dqadd7736 add  1    -1     ->  0
643
643
dqadd7737 add -1    -1     -> -2