This commit is contained in:
Tangent 2024-05-17 20:50:54 -04:00
parent 62593b0ab8
commit bf44d84e17
2 changed files with 53 additions and 6 deletions

View file

@ -4,7 +4,7 @@ import { Expr } from "./expr";
describe("expr", () => {
test.each([
["1", "1"],
// ["1 + 2", "3"],
["1 + 2", "3"],
// ["1 - 2", "-1"],
// ["1 * 2", "2"],
// ["1 / 2", "0.5"],