I ran into a case where someone included a "%" character in a section ID, like section:foo_50_%_bar, but this was not caught by the parser like it should have been, and it was passed through like a normal comment.
We should fix the parser so that it correctly validates section IDs.
I ran into a case where someone included a "%" character in a section ID, like
section:foo_50_%_bar, but this was not caught by the parser like it should have been, and it was passed through like a normal comment.We should fix the parser so that it correctly validates section IDs.