cannawen / metric_units_reddit_bot

Reddit bot converting imperial units to metric units
https://www.reddit.com/user/metric_units
GNU General Public License v3.0
78 stars 34 forks source link

Ignore "cup" measurements over 100 #82

Closed cannawen closed 6 years ago

cannawen commented 6 years ago

Modify isWeaklyInvalidInput() of cups to ignore cup measurements over 100. You can read documentation of the function here and the line to be changed is this.

Add tests as well to ensure this works.

Related links

Reddit comment

nalinbhardwaj commented 6 years ago

@cannawen updated to include details.

jacobScottAllen commented 6 years ago

I would like to work on this!