int(x) does not work for strings with preceding/trailing whitespace #68
Labels
bb: minor
Minor issue according to bug bounty categorization
bug bounty
This issue is prized out as part of the Bug Bounty Program
bug
Something isn't working
Describe the bug
The function
int(x)
in the python standard lib implicitly strips the invoked string before converting it to an integer.OpShin does not currently do this, breaking the semantic equivalence with python
Example
The text was updated successfully, but these errors were encountered: