DEBSOURCES
Skip Quicknav
sources / python-sybil / 9.3.0-1 / tests / samples / myst-doctest-fail.md
123456789
```python >>> print("where's my output?") Not my output ``` ```{doctest} >>> print("where's my output?") Also not my output ```