public void GetRoot(string symbol) { var table = new SymbolTable(); FullSymbol f = FullSymbol.Create(table, symbol); XAssert.AreEqual("a", f.GetRoot(table).ToString(table)); }