1use Test::Base tests => 1; 2 3no_diff; 4 5is "xxx\nyyy\n", "xxx\nyyy\n", 6 'This test is really weak.'; 7