impl +
This commit is contained in:
parent
62593b0ab8
commit
bf44d84e17
2 changed files with 53 additions and 6 deletions
src/lib
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue