Lines Matching refs:charref
47 self.append(("charref", data))
133 ("charref", "32"),
139 ("charref", "x201C"),
352 for charref in charrefs:
353 self._run_check('<a href="foo{0}zar">a{0}z</a>'.format(charref),
359 for charref in charrefs:
361 '{0}</a>{0}'.format(charref),
364 for charref in charrefs:
365 text = 'X'.join([charref]*3)
372 '<style>{0}</style>{1}'.format(text, charref),