summaryrefslogtreecommitdiff
path: root/test/test_pp.rb
diff options
context:
space:
mode:
-rw-r--r--test/test_pp.rb16
1 files changed, 16 insertions, 0 deletions
@@ -159,6 +159,22 @@ class PPCycleTest < Test::Unit::TestCase
b = Data.define(:a).new(42)
assert_equal("#{b.inspect}\n", PP.pp(b, ''.dup))
end
end
def test_object