random rename
This commit is contained in:
parent
16faa4c0be
commit
f6e16d4429
|
@ -14,7 +14,7 @@ import static org.junit.Assert.fail;
|
|||
* @see DoubleEvaluator
|
||||
* @see Operator
|
||||
*/
|
||||
public class ParserTest {
|
||||
public class ReversePolishNotationParserTest {
|
||||
@Test
|
||||
public void testFunctionParameters() {
|
||||
assertParseB("3 log", "log(3)");
|
Loading…
Reference in New Issue