Open jmelott opened 1 year ago
This is leaving a new attribute setting of just a colon on the last line. It's not causing the error any more, but should we be allowing attributes with blank names and values?
I will disallow blank names but allow blank values.
I will also require names to start with a letter and consist only of letters, digits, hyphens, underscores, and periods.
Still allowing blank names and names starting with numbers,
If a blank line is entered anywhere else in the attributes list, it works fine. If a blank line is entered after the last attribute, user gets the following error message, but it is not easy to see that there is a blank line after the last attribute. ERROR: Bad attribute value entered. Attributes must be entered as value pairs separated by a colon (:).