Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Conversions: Adding test for whitespace dependency #3160
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsoft committed May 30, 2016
1 parent 23d1696 commit 5d867bd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions t/Conversions.t
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,18 @@ ddg_goodie_test(
physical_quantity => 'volume'
})
),
'100oz to ml' => test_zci(
'100 us fluid ounces = 2,957.353 millilitres',
structured_answer => make_answer({
markup_input => '100',
raw_input => '100',
from_unit => 'us fluid ounces',
styled_output => '2,957.353',
raw_answer => '2957.353',
to_unit => 'millilitres',
physical_quantity => 'volume'
})
),
'100 ml to oz' => test_zci(
'100 millilitres = 3.381 us fluid ounces',
structured_answer => make_answer({
Expand Down

0 comments on commit 5d867bd

Please sign in to comment.