Closed lordmauve closed 5 years ago
This kind of usage will not cause an exception in adventurelib; it will match and simply throw away a term:
@when('use ITEM on ITEM') def f(item): pass
Instead an exception should be raised when defining a function with a name collision like this.
This kind of usage will not cause an exception in adventurelib; it will match and simply throw away a term:
Instead an exception should be raised when defining a function with a name collision like this.