doctest
doctest copied to clipboard
Multi-line props?
I expected that the multi-line syntax
>>> :{
...
:}
would work for property tests as well
prop> :{
...
:}
But this apparently doesn't parse.
Would it be possible to make this work? Or is there any other way to express property checks that span multiple lines?
Yes, this is an absolute must-have! At the moment I'm having to declare the properties in the source file and then reference them in the comment. 👎