node.cc void Node::parseAttributes()
26 // Skip tagname 27 if (!isalpha(*ptr)) return; 28 while (!isspace(*ptr)) ++ptr; // there must be "isalpha"
Can you add a real input that triggers the behavior you find buggy?
Log in to post a comment.
Can you add a real input that triggers the behavior you find buggy?