[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.3.90 pretest
From: |
Gavin Smith |
Subject: |
Re: texinfo-6.3.90 pretest |
Date: |
Sat, 29 Apr 2017 09:44:49 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Thu, Apr 27, 2017 at 05:55:16PM +0300, Eli Zaretskii wrote:
> Lastly, test_scripts/coverage_formatting_cr.sh fails. I show the test
> log below (after replacing CR characters with the ASCII string "^M");
> it seems there's a problem with whitespace, but there are also strange
> other differences. It could be that the CR characters cause all this,
> I'm not sure. Let me know if I can provide more info.
I think it is the CR characters. It appears that in the reference
results, the CR characters are treated as being present in the file,
whereas on your system, they are not. This difference
> -formatting-cr.texi:25: unknown command `^M' (possibly involving
> @mymacro)
^M is a CR character and in the input file it is @ followed immediately
by the ^M leading it to be parsed as an @-command in the reference
results, but on your system it is followed immediately by the
end-of-line.
> +formatting-cr.texi:25: warning: accent command `@'' must not be
> followed by new line (possibly involving @mymacro)
In the input, @' was at the end of a line. In the reference results,
I suspect that a CR character appeared first, otherwise this error
message would have been given.
There may be other differences, but let's try fixing those first.
The error message "unknown command `^M'" has been present in the
reference logs as long as
tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2
has existed. So I don't know what has changed.
Do you know if the tests still pass with Texinfo 6.3 on your system?
Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29
Re: texinfo-6.3.90 pretest,
Gavin Smith <=
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29
- Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29
Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/30