|
From: Ethan A M. <merritt@u.washington.edu> - 2006-04-05 15:23:11
|
On Wednesday 05 April 2006 02:24 am, Chris K wrote:
> >> (The '/' character MUST be the first character after the '{'.)
> >
> > [the code] clearly skips spaces after each opening brace.
> > So the "MUST" in the help and the code are in conflict.
I do not view this as a bug.
The docs state that the supported syntax is '{' followed immediately
by '/'. The code does support this. It also forgives intervening
whitespace, which is undocumented. If you place extra whitespace
in the command, then you have gone outside the documented spec and
should not complain about the results. It happens that the code does
something reasonable anyhow, which is a relatively user-friendly
outcome and hardly deserves the label "bug".
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle 98195-7742
|