my @Tests = ( [ 'The largest (4 quart{16 cups}) will hold most of a bag of flour.', # input string 'The largest will hold most of a bag of flour.', # expected output ], [ 'I {mistakenly} did not recieve my order (it was a different order), and they rushed me another.', 'I did not recieve my order, and they rushed me another.', ], [ 'Company is good because of: (1) quick service, (2) product range.', 'Company is good because of: (1) quick service, (2) product range.', 'parenthesized ordinals untouched', # optional comment ], [ '...', '...', ], # another test case ... # more test cases );