Bugzilla – Bug 934
Emit better error message for coords value that has spaces.
Last modified: 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.