Commit 12064cd3 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fixed error in testcase

parent 662dc309
""" """
>>> constants(5) >>> constants(4)
1 1
>>> constants(6) >>> constants(5)
10 10
>>> temps(5) >>> temps(4)
1 1
>>> temps(6) >>> temps(5)
10 10
>>> nested(1) >>> nested(1)
1 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment