NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 934 - Emit better error message for coords value that has spaces.
Emit better error message for coords value that has spaces.
Status: NEW
Product: Validator.nu
Classification: Unclassified
Component: Datatype library
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-19 12:35 CEST by Michael[tm] Smith
Modified: 2012-07-19 12:35 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2012-07-19 12:35:40 CEST
For coords values that have spaces we currently emit an error message saying,  "Expected a minus sign or a digit but saw   instead." Which isn't very helpful. We should instead just check the value to see if it contains any spaces and if it does just emit an error message saying, "The value must not contain any spaces." and break without doing any further checking.