示例#1
0
        public void GetRoot(string symbol)
        {
            var        table = new SymbolTable();
            FullSymbol f     = FullSymbol.Create(table, symbol);

            XAssert.AreEqual("a", f.GetRoot(table).ToString(table));
        }