add comment

This commit is contained in:
Simon Gardling 2022-03-28 12:49:51 -04:00
parent f99ca85ea6
commit ca8e0d0d2c

View File

@ -304,7 +304,7 @@ mod tests {
("10pi", "10*π"),
("pi10", "π*10"),
("emax(x)", "e*max(x)"),
// ("pisin(x)", "pi*sin(x)"),
// ("pisin(x)", "pi*sin(x)"), // todo: fix this
]);
for (key, value) in values {