[1302] in Athena Bugs
(VS2) Version 6.0R: /usr/etc/zwgc
daemon@ATHENA.MIT.EDU (John T Kohl)
Thu Nov 3 11:55:28 1988
Date: Thu, 3 Nov 88 11:55:05 EST
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU, zephyr-bugs@ATHENA.MIT.EDU
System type, version: (VS2) Version 6.0R
System name: lycus
What's wrong:
If you have comments inside a show/endshow, the newlines in the comments
aren't commented out.
Example:
show
# @center(@bold($aval) $type message at $time on $date:)
# From: @bold($sender) To: @bold($recipient)
# $message
$default
endshow
Shows three blank lines, and then the default format.
What should have happened:
It should ignore the newlines, too!