#!/usr/bin/perl

use lib '.'; use lib 't';
use SATest; sa_t_init("basic_lint");
use Test; BEGIN { plan tests => 1 };

# ---------------------------------------------------------------------------

%patterns = (

q{  }, 'anything',

);

# override locale for this test!
$ENV{'LANGUAGE'} = $ENV{'LC_ALL'} = 'C';

sarun ("-L --lint", \&patterns_run_cb);
ok_all_patterns();


syntax highlighted by Code2HTML, v. 0.9.1