public void Setup() { _htmlDefinitions = new HtmlTokenDefinitions(); _realLexer = new Lexer(); _htmlDefinitions.SetupLexer(_realLexer); }
public void Setup() { _lexer = new Lexer(); }