method
test_tree_00_19
v1_8_7_72 -
Show latest stable
- Class:
WadlerExample
test_tree_00_19()public
No documentation available.
# File lib/prettyprint.rb, line 470
def test_tree_00_19
expected = "aaaa[bbbbb[ccc,\n dd],\n eee,\n ffff[gg,\n hhh,\n ii]]\n".chomp
assert_equal(expected, tree(0))
assert_equal(expected, tree(19))
end