~peter-pearse/ubuntu/natty/guile-1.8/prop001

« back to all changes in this revision

Viewing changes to test-suite/tests/numbers.test

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-07-20 19:39:17 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720193917-s0985l9wxihwoscl
Tags: 1.8.7+1-1ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #401816)
  - Build with -Wno-error.
  - Build with thread support. Some guile-using programs like autogen need it.
  - Add debian/guile-1.8-libs.shlibs: Thread support breaks ABI, bump the soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1365
1365
                ("1@0" 1.0) ("1@+0" 1.0) ("1@-0" 1.0)
1366
1366
                ("2+3i" ,(+ 2 (* 3 +i))) ("4-5i" ,(- 4 (* 5 +i)))
1367
1367
                ("1+i" 1+1i) ("1-i" 1-1i) ("+1i" 0+1i) ("-1i" 0-1i)
1368
 
                ("+i" +1i) ("-i" -1i)))
 
1368
                ("+i" +1i) ("-i" -1i)
 
1369
                ("1.0+.1i" 1.0+0.1i)
 
1370
                ("1.0-.1i" 1.0-0.1i)
 
1371
                (".1+.0i" 0.1)
 
1372
                ("1.+.0i" 1.0)
 
1373
                (".1+.1i" 0.1+0.1i)
 
1374
                ("1e1+.1i" 10+0.1i)
 
1375
                ))
1369
1376
    #t)
1370
1377
 
1371
1378
  (pass-if-exception "exponent too big"