UNPKG

114 Btext/coffeescriptView Raw
1test_caching = ->
2 run_test [
3
4 "2*x",
5 "2*x",
6
7 "d(last)",
8 "2",
9
10 "3*x",
11 "3*x",
12
13 "d(last)",
14 "3",
15
16 ]