X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ffixtures.pl;fp=t%2Ffixtures.pl;h=2ed6e75cd2870c96f8cc88477a463131a65d813a;hb=4a4c86ce592ccdf074c45875e35c090b1e911e3d;hp=cb6e5aa9cbf7b42ac9038fe8931b0ff63b2c2ecf;hpb=95076525e276690de826f3bdd4d7d81e744882b7;p=p5sagit%2FData-Dumper-ToXS.git diff --git a/t/fixtures.pl b/t/fixtures.pl index cb6e5aa..2ed6e75 100644 --- a/t/fixtures.pl +++ b/t/fixtures.pl @@ -50,4 +50,6 @@ do { sub DDXSTest::foo { 'DDXSTest::foo' } () }, weaken($y->[0]); $y; } -] +], +[ simple_object => { object => bless({}, 'Class') } ], +[ double_object => { o1 => bless({}, 'Class'), o2 => bless({}, 'Class') } ],