endTagCol method
void
endTagCol(
- EndTagToken token
Implementation
void endTagCol(EndTagToken token) {
parser.parseError(token.span, 'no-end-tag', {'name': 'col'});
}
void endTagCol(EndTagToken token) {
parser.parseError(token.span, 'no-end-tag', {'name': 'col'});
}