summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/porting/bench/badname
blob: f3de2d8ae40e8a07e9c2a5a188f02623f6da60e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!perl
# for the use of t/porting/bench.pl.
#
# A file to load which has an invalid test name


[ 
    '1=' => {
        desc    => 'my $x = "abc"',
        setup   => '',
        code    => 'my $x = "abc"',
    },
];