[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #66151] [troff] some requests read through newline when given no ar
From: |
G. Branden Robinson |
Subject: |
[bug #66151] [troff] some requests read through newline when given no arguments |
Date: |
Mon, 2 Sep 2024 05:33:13 -0400 (EDT) |
Update of bug #66151 (group groff):
Status: None => In Progress
Assigned to: None => gbranden
_______________________________________________________
Follow-up Comment #1:
$ ./build/test-groff -U
.pi
nonexistent
foobar
sh: 1: nonexistent: not found
$ ./build/test-groff -aww
.sizes
hello, world
troff: warning: invalid size range 'hello,'
$ ./build/test-groff -aww
.while
1 foobar
troff:<standard input>:2: warning: numeric expression missing
The last one is a little different; `while` doesn't really read through the
newline, but its diagnostic is belated because it didn't `skip_line()` when it
saw that it had no useful arguments (because it didn't look to verify that).
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66151>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
- [bug #66151] [troff] some requests read through newline when given no arguments,
G. Branden Robinson <=