projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbe9b14
)
Confirm that complex flonum components survive read/write in hex.
author
Taylor R Campbell
<campbell@mumble.net>
Fri, 16 Nov 2018 16:48:00 +0000
(16:48 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Fri, 16 Nov 2018 16:48:00 +0000
(16:48 +0000)
tests/runtime/test-readwrite.scm
patch
|
blob
|
history
diff --git
a/tests/runtime/test-readwrite.scm
b/tests/runtime/test-readwrite.scm
index c8b5bf3cbf4fd6ce21f5312a1b8b76167ff9dae8..123db6c73ff2fb079404cbad34b8068e18650c3d 100644
(file)
--- a/
tests/runtime/test-readwrite.scm
+++ b/
tests/runtime/test-readwrite.scm
@@
-106,6
+106,7
@@
USA.
("#x123" ,assert-exact-integer)
("#x1/34" ,assert-exact-rational)
("#x123+456i" ,assert-complex-nonreal)
+ ("#x1.23p+4-1.ffp-8i" ,assert-complex-nonreal)
("#x1.23p+0" ,assert-flonum))
(lambda (string #!optional assertion xfail?)
(with-expected-failure xfail?