# File test/test_sexp.rb, line 291
def
test_to_a
assert_equal
([
1
,
2
,
3
],
@sexp
.
to_a
)
end