Conversions: Fixing issue #552
parent
f9c3c07aa2
commit
4d01dfcb53
2
dist.ini
2
dist.ini
|
@ -36,7 +36,7 @@ Gravatar::URL = 1.06
|
|||
CGI = 3.60
|
||||
Email::Valid = 1.192
|
||||
Net::Domain::TLD = 1.70
|
||||
Convert::Pluggable = 0.021
|
||||
Convert::Pluggable = 0.022
|
||||
YAML = 0
|
||||
Encode = 2.62
|
||||
; ParseCron
|
||||
|
|
|
@ -79,7 +79,8 @@ ddg_goodie_test(
|
|||
'1 degrees Fahrenheit to celsius' => test_zci('1 degrees fahrenheit = -17.222 degrees celsius', html => qr/.*/),
|
||||
'0 c in k' => test_zci('0 degrees celsius = 273.150 kelvin', html => qr/.*/),
|
||||
'234 f to c' => test_zci('234 degrees fahrenheit = 112.222 degrees celsius', html => qr/.*/),
|
||||
'234 f to k' => test_zci('234 degrees fahrenheit = 385.372 kelvin', html => qr/.*/)
|
||||
'234 f to k' => test_zci('234 degrees fahrenheit = 385.372 kelvin', html => qr/.*/),
|
||||
'7 milligrams to micrograms' => test_zci('7 milligrams = 7000 micrograms', html => qr /.*/)
|
||||
);
|
||||
|
||||
done_testing;
|
||||
|
|
Loading…
Reference in New Issue