Changeset 177

Show
Ignore:
Timestamp:
05/24/06 11:45:38 (2 years ago)
Author:
xi
Message:

Add ind and qnan values to a float test.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyyaml/trunk/tests/data/more-floats.code

    r174 r177  
    1 [0.0, +1.0, -1.0, +1e300000, -1e300000, 1e300000/1e300000, -1e300000/1e300000] 
     1[0.0, +1.0, -1.0, +1e300000, -1e300000, 1e300000/1e300000, -(1e300000/1e300000)] # last two items are ind and qnan respectively.