Make Funcparser support non-string returns; more tests

This commit is contained in:
Griatch 2021-03-20 00:23:29 +01:00
parent 06c2b6d477
commit 263065e7f1
4 changed files with 290 additions and 109 deletions

View file

@ -40,6 +40,8 @@
code style and paradigms instead of relying on `Scripts` for everything.
- Expand `CommandTest` with ability to check multipler msg-receivers; inspired by PR by
user davewiththenicehat. Also add new doc string.
- Add central `FuncParser` as a much more powerful replacement for the old `parse_inlinefunc`
function.
### Evennia 0.9.5 (2019-2020)