예제 #1
0
 public void Parse_CheckLeftAssociative_ReturnBool(string op1, string op2, bool expected)
 {
     ShuntingYard.CheckLeftAssociativeAndPrecedence(op1, op2).Should().Be(expected);
 }