Follow-up Comment #14, bug #67571 (group groff):

Even more minimal:


$ sed '2aF' EXPERIMENTS/67571c.groff
.br
.class [EOS] :
F
.cflags 1 \C'[EOS]'
.pchar :
I:
fold.
.pl \n[nl]u
$ sed '2aF' EXPERIMENTS/67571c.groff|nroff
character ':'
  is not translated
  does not have a macro
  special translation: 0
  hyphenation code: 0
  flags: 0 (none)
  asciify code: 0
  ASCII code: 58
  Unicode mapping: U+003A
  is found
  is transparently translatable
  is not translatable as input
  mode: normal
F I: fold.


But check **this** out.


$ sed '2a\\\\&' EXPERIMENTS/67571c.groff
.br
.class [EOS] :
\&
.cflags 1 \C'[EOS]'
.pchar :
I:
fold.
.pl \n[nl]u
$ sed '2a\\\\&' EXPERIMENTS/67571c.groff | nroff
character ':'
  is not translated
  does not have a macro
  special translation: 0
  hyphenation code: 0
  flags: 0 (none)
  asciify code: 0
  ASCII code: 58
  Unicode mapping: U+003A
  is found
  is transparently translatable
  is not translatable as input
  mode: normal
 I:  fold.


This discrepancy is stinky like bad meat or good cheese.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?67571>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to