[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #40122] Extra whitespaces when displaying numbers
From: |
Matthieu Vachon |
Subject: |
[Bug-kawa] [bug #40122] Extra whitespaces when displaying numbers |
Date: |
Fri, 27 Sep 2013 01:32:37 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?40122>
Summary: Extra whitespaces when displaying numbers
Project: Kawa
Submitted by: maoueh
Submitted on: Fri 27 Sep 2013 01:32:37 AM GMT
Category: Scheme language
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Consider the following snippet:
(display "[")
(display 1)
(display 2)
(display 3)
(display "]")
(newline)
>From my understanding (and it was the case back in the days 1.7.91), this code
should print "[123]" in the console. However, it displays "[1 2 3]" instead.
If I'm wrong, just close the issue. I already changed my codebase to not rely
on the `display` function. Maybe it's a feature but strings are displayed
without spaces, so I think it should be the same with numbers.
I have a test case for this, just waiting to get the bug id. I'm going to
attach it right after submitting it.
Regards,
Matt
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40122>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-kawa] [bug #40122] Extra whitespaces when displaying numbers,
Matthieu Vachon <=