Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Felixoid committed Mar 21, 2018
1 parent c8cd2f1 commit 4ebc02c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/tabular_test.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,22 @@
}
# Another useful case
# Shouldn't brake on <Enter> or calling `:Tabularize puppet_class`
# Breaks by <C-a>, works with => autoalignment
if $rsa_private_key != undef {
some::cool::helper { $user:
home_dir => '/home/user',
home_dir => '/home/user',
authorized_keys => [
convert_ssh_rsa_private_to_public_key($rsa_private_key)
],
rsa_private_key => $rsa_private_key,
}
}
# should be changed by <C-a>, also works with => autoalignment
$somehash = {
'key1'=> true,
'another_key'=> false,
}
}

0 comments on commit 4ebc02c

Please sign in to comment.