Skip to content

Commit 9771962

Browse files
committed
test: one more test for base26_encode
1 parent fbca7e0 commit 9771962

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/term.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ mod tests {
693693
abs!(27, app!(Var(28), Var(29), Var(30), Var(50), Var(702), Var(703))).to_string(),
694694
"λa.λb.λc.λd.λe.λf.λg.λh.λi.λj.λk.λl.λm.λn.λo.λp.λq.λr.λs.λt.λu.λv.λw.λx.λy.λz.λaa.ab ac ad ax zz aaa"
695695
);
696+
assert_eq!(abs!(3, app!(Var(2), Var(3), Var(4))).to_string(), "λa.λb.λc.b a d");
696697
assert_eq!(Var(26).to_string(), "z");
697698
assert_eq!(Var(27).to_string(), "aa");
698699
}

0 commit comments

Comments
 (0)