Opened 14 years ago
Closed 10 years ago
#3 closed defect (fixed)
(format t "~<Options: ~:@>") should error
Reported by: | gb | Owned by: | gz |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ANSI CL Compliance | Version: | 1.1 |
Keywords: | FORMAT | Cc: |
Description
(format t "~<Options: ~:@>")
should complain about a missing argument, but doesn't do so in OpenMCL.
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by rme
Changed 12 years ago by rme
comment:2 Changed 12 years ago by rme
- Owner changed from gb to gz
comment:3 Changed 10 years ago by rme
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(format t "~<Options: ~:>") should presumably complain, too. (The @ modifier, which inserts conditional newlines after blanks in the body part of the control string, doesn't seem directly relevant to the bug of not complaining about the missing argument.)
I'll attach a simple-minded patch that tries to make this work.