mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Fix perltidy test
This commit is contained in:
parent
fa01db1a03
commit
34f6c3e77d
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ my %tests = (
|
|||
'p{0..2' => 'p',
|
||||
|
||||
# Reported as bug in github issue #89
|
||||
'q-0{0,1}' => 'q-00 q-01',
|
||||
'q-0{0..1}' => 'q-00 q-01',
|
||||
'q-0{0,1}' => 'q-00 q-01',
|
||||
'q-0{0..1}' => 'q-00 q-01',
|
||||
);
|
||||
|
||||
my $range = App::ClusterSSH::Range->new();
|
||||
|
|
Loading…
Add table
Reference in a new issue