DEBSOURCES
Skip Quicknav
sources / python-sybil / 9.3.0-1 / tests / samples / doctest_inline_options.txt
12345678
>>> 'a' '...' >>> 'b' #doctest: -ELLIPSIS '...' >>> 'c' #doctest: +SKIP ...