Follow-up Comment #7, bug #57448 (project groff):

Here's a simpler example than the one in the original submission, showing that
a combination of a single letter and a hyphen triggers the bug when there's a
kernpair between that letter and the hyphen:

#!/bin/bash

(echo .ll 1p
 for letter in $(seq 65 90)
 do
   echo -e "\x$(printf %x $letter)"-shaped
   echo .br
 done
) | groff -Wbreak -a | grep .-.




    _______________________________________________________

Reply to this item at:

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

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


Reply via email to