예제 #1
0
        public void Setup()
        {
            _htmlDefinitions = new HtmlTokenDefinitions();
            _realLexer = new Lexer();

            _htmlDefinitions.SetupLexer(_realLexer);
        }
예제 #2
0
 public void Setup()
 {
     _lexer = new Lexer();
 }