mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-22 11:11:14 +08:00
22 lines
321 B
Plaintext
22 lines
321 B
Plaintext
>>> Foo
|
|
|
|
>>> foo
|
|
bar
|
|
baz
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["doctest-block", [
|
|
["punctuation", ">>>"],
|
|
" Foo"
|
|
]],
|
|
["doctest-block", [
|
|
["punctuation", ">>>"],
|
|
" foo\r\nbar\r\nbaz"
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for doctest blocks. |