Closed schmoove closed 7 years ago
To match the expected behavior of the original Ruby lib:
date() - returns empty value if $input is empty url_decode() - currently missing divided_by(), minus(), plus(), times() - all use floats instead of ints
You need to rewrite tests to assert against floats.
Got it - thanks! Forgot to do that
To match the expected behavior of the original Ruby lib:
date() - returns empty value if $input is empty url_decode() - currently missing divided_by(), minus(), plus(), times() - all use floats instead of ints