UNPKG

93 Btext/coffeescriptView Raw
1test_bake = ->
2 run_test [
3
4 "(x+3)^3",
5 "x^3+9*x^2+27*x+27",
6
7 "factor",
8 "(x+3)^3",
9 ]