bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #45502] .if, .ie, .el parsing incompatible with V7 Unix & Heirloom


From: G. Branden Robinson
Subject: [bug #45502] .if, .ie, .el parsing incompatible with V7 Unix & Heirloom troff
Date: Thu, 4 Apr 2024 21:53:07 -0400 (EDT)

Follow-up Comment #4, bug #45502 (group groff):

Input:


$ cat truncated-if.roff 
.if 1
.tm true
.if !0
.tm also true
.ie 0
.tm startlingly true
.el
.tm unsurprisingly false
.pl \n(nlu


Output (Unix V7 nroff, DWB 3.3 nroff, Heirloom Doctools nroff):


$ nroff truncated-if.roff

true

also true
startlingly true

unsurprisingly false
$


Output (_groff_):


$ nroff EXPERIMENTS/truncated-if.roff
true
also true
unsurprisingly false



$




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]