Closed GrahamCampbell closed 3 years ago
The current spec recommends explicitly rejecting templates of invalid syntax, and indeed there are tests to check this happens. We currently don't do that. Should we bother? How hard would this be to do correctly?
And is this something we want before version 1.0.0?
Could this be implemented as simply as by checking for invalid characters in the output? Are there any cases we could miss?
The current spec recommends explicitly rejecting templates of invalid syntax, and indeed there are tests to check this happens. We currently don't do that. Should we bother? How hard would this be to do correctly?