Hi !
While porting some scotty
docstrings to doctest
(Add doctest · Issue #353 · scotty-web/scotty · GitHub) I started getting an uninformative “unterminated multi-line command” syntax error, see e.g. the build log
which refers to this bit of code: WIP add doctest by ocramz · Pull Request #354 · scotty-web/scotty · GitHub
As far as I can see from the official examples (GitHub - sol/doctest: An implementation of Python's doctest for Haskell) my syntax looks ok so I’m really stumped at this point.
Do we have a doctest
expert in the house? Thanks in advance!