Skip to content

Commit

Permalink
whitespace and alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 16, 2023
1 parent 29f2471 commit 35bd94e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions t/units.t
Expand Up @@ -69,18 +69,18 @@ sub temp_test {

subtest temperature => sub {
my @table = (
[qw( K K 0 ) ],
[qw( K C -273.15 ) ],
[qw( K R 0 ) ],
[qw( C K 273.15 ) ],
[qw( R K 0 ) ],
[qw( C F 32 ) ],
[qw( 0C F 32 ) ],
[ '100 C', 'F', '212' ],
[ '-40 C', 'F', '-40' ],
[ '98.6F', 'C', '37' ],
[qw( 255.37K C -17.78 ) ],
[ '99.9836 C', 'K', '373.134' ],
[qw( K K 0 ) ],
[qw( K C -273.15 ) ],
[qw( K R 0 ) ],
[qw( C K 273.15 ) ],
[qw( R K 0 ) ],
[qw( C F 32 ) ],
[qw( 0C F 32 ) ],
[ '100 C', 'F', '212' ],
[ '-40 C', 'F', '-40' ],
[ '98.6F', 'C', '37' ],
[qw( 255.37K C -17.78 ) ],
[ '99.9836 C', 'K', '373.134' ],
);

foreach my $tuple ( @table ) {
Expand Down

0 comments on commit 35bd94e

Please sign in to comment.