htmltest
htmltest copied to clipboard
Spaces in file names
Should spaces in file names cause an error/warning? There really is no place for them in web dev.
Agreed, though I'd like to see a standard on that.
Looking through SO and some RFCs, many things can be in a filename as long as they get percent encoded (i.e. %20).
I'm unsure if htmltest handles these cases well for internal links (i.e. do we transcribe unsafe characters to percent encodes). While I dislike the idea of a space in a filename we still should support them as they are sorta valid (with encoding).
Where this matters is international characters. I don't know but as we have special chars in domains now I'm sure people will want them in the path.
Also if someone is trying to use htmltest with a large project I don't want the face they have some oddly named files to be an issue.