This commit is contained in:
Umur Ozkul 2022-05-02 11:20:08 +02:00
parent 76b3adddc4
commit e262f76d98

View File

@ -11,7 +11,7 @@ let exampleStatementY = eLetStatement("y", eNumber(1.))
let exampleStatementX = eLetStatement("y", eSymbol("x"))
let exampleStatementZ = eLetStatement("z", eSymbol("y"))
// If it is not a mactro then it is not expanded
// If it is not a macro then it is not expanded
testMacro([], exampleExpression, "Ok(1)")
describe("bindStatement", () => {