Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
26996b59ab21fb0a5a4a585f386bbb05935c9bd9
/
.
/
Lib
/
test
/
test_doctest
/
test_doctest_skip2.txt
blob: 85e4938c346a09384e2d0414651ef8910251b3a2 [
file
]
This is a sample doctest in a text file, in which some examples are skipped.
>>> 2 + 2 # doctest: +SKIP
5
>>> 2 + 2
4