Cursing a reversed curse
eugene-eeo opened this issue · 4 comments
eugene-eeo commented
Example:
Python 3.5.0 (default, Oct 14 2015, 19:49:57)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from forbiddenfruit import curse, reverse
>>> curse(str, 'one', 1)
>>> str.one
1
>>> reverse(str, 'one')
>>> curse(str, 'one', 2)
>>> str.one
1
Is this the expected behaviour? I don't see it documented anywhere and the tests don't seem to cover this 'edge case'.
clarete commented
Nops, that does look like a bug! 😢
clarete commented
Nice! Another issue fixed than! Thanks a lot for the contribution! \o/ \o/ \o/