while ((ch = stream.next()) != null) {
        if (dashes >= 2 && ch === '>') {
          state.tokenize = tokenBase;
          break;
        }