[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gpic bug report
From: |
Dwight Aplevich |
Subject: |
gpic bug report |
Date: |
Thu, 25 Jan 2001 12:58:29 -0500 (EST) |
Groff Bug Report
GROFF VERSION:
1.15
MACHINE:
Sun sparc
OS:
SunOS
COMPILER:
Not compiled by me.
INPUT FILES:
gpic input file bug.pic:
.PS
{for i= 1 to 1 do { line }}
"x"
.PE
COMMAND LINE:
gpic -t bug.pic
DESCRIPTION OF INCORRECT BEHAVIOUR:
The string "x" is placed incorrectly because the closing
brace appears not to have an effect. Correct output
is produced by changing the file to
.PS
{for i= 1 to 1 do { line }
}
"x"
.PE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gpic bug report,
Dwight Aplevich <=