public void Parse_Expect() { Assert.AreEqual(PolishInvertedEntryParser.Parse("-12 2 /").GetDoubleValue(), -6); }
public void Parse_Expect6() { Assert.AreEqual(PolishInvertedEntryParser.Parse("8 2 5 * + 1 3 2 * + 4 - /").GetDoubleValue(), 6); }