Follow-up Comment #10, bug #67571 (group groff): I used registers to avoid having two input files, but it looks like it's clearer with two input files.
$ cat c1.roff
.class [EOS] :
cflags:
not yet run.
.br
.cflags 1 \C'[EOS]'
cflags:
now run.
$ cat c2.roff
cflags:
not yet run.
.br
.class [EOS] :
.cflags 1 \C'[EOS]'
cflags:
now run.
$ diff c1.roff c2.roff
1d0
< .class [EOS] :
4a4
> .class [EOS] :
$ groff -Tascii c1.roff | cat -s
cflags: not yet run.
cflags: now run.
$ groff -Tascii c2.roff | cat -s
cflags: not yet run.
cflags: now run.
What about the difference between c1.roff and c2.roff leads you to believe
their output should be different?
The above results hold for groff 1.22.4 and 1.23. If you're running a groff
with bug #67570 unfixed, that'll further skew your results.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67571>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
