public void TestComplexStream() { WaebricLexer lexer = new WaebricLexer(new StringReader("module test\n\nsite site/index.html : home()\nend")); lexer.LexicalizeStream(); Assert.IsTrue(lexer.GetTokenList().Count == 13); }