Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make test vs. locale
- X-seq: zsh-workers 20878
- From: Andrey Borzenkov <arvidjaar@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: make test vs. locale
- Date: Sun, 27 Feb 2005 00:12:46 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Was it not fixed once already?
/home/bor/src/zsh/Test/A06assign.ztst: starting.
*** /tmp/zsh.ztst.out.15618 2005-02-27 00:10:50.207329479 +0300
--- /tmp/zsh.ztst.tout.15618 2005-02-27 00:10:50.210328587 +0300
***************
*** 1 ****
! 5.7
--- 1 ----
! 5,7
Test /home/bor/src/zsh/Test/A06assign.ztst failed: output differs from
expectedas shown above for:
float f=3.4
f+=2.3
printf "%g\n" f
Was testing: add to float
/home/bor/src/zsh/Test/A06assign.ztst: test failed.
[...]
/home/bor/src/zsh/Test/B03print.ztst: starting.
*** /tmp/zsh.ztst.out.16173 2005-02-27 00:10:59.401596355 +0300
--- /tmp/zsh.ztst.tout.16173 2005-02-27 00:10:59.404595464 +0300
***************
*** 1 ****
! 123.45
--- 1 ----
! 123,45
Test /home/bor/src/zsh/Test/B03print.ztst failed: output differs from expected
as shown above for:
printf '%g\n' 123.45
Was testing: test g format specifier
Messages sorted by:
Reverse Date,
Date,
Thread,
Author