use Test; plan 1; use CGI; my $q = CGI.new( a => 1, b => [3,4] ); is( $q.Dump, '', "Dump produces expected output" )