mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-10 19:40:18 +08:00
58 lines
1006 B
Plaintext
58 lines
1006 B
Plaintext
:Foo bar: baz
|
|
|
|
:Foobar: Foo +
|
|
bar +
|
|
baz
|
|
|
|
:Foo bar!:
|
|
:Foobar!:
|
|
|
|
=====
|
|
:Foo bar: baz
|
|
|
|
:Foobar: Foo +
|
|
bar +
|
|
baz
|
|
|
|
:Foo bar!:
|
|
:Foobar!:
|
|
=====
|
|
|
|
|=====
|
|
|
|
|
:Foo bar: baz
|
|
|
|
:Foobar: Foo +
|
|
bar +
|
|
baz
|
|
|=====
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["attribute-entry", ":Foo bar: baz"],
|
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
|
["attribute-entry", ":Foo bar!:"],
|
|
["attribute-entry", ":Foobar!:"],
|
|
|
|
["other-block", [
|
|
["punctuation", "====="],
|
|
["attribute-entry", ":Foo bar: baz"],
|
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
|
["attribute-entry", ":Foo bar!:"],
|
|
["attribute-entry", ":Foobar!:"],
|
|
["punctuation", "====="]
|
|
]],
|
|
|
|
["table", [
|
|
["punctuation", "|====="],
|
|
["punctuation", "|"],
|
|
["attribute-entry", ":Foo bar: baz"],
|
|
["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
|
|
["punctuation", "|====="]
|
|
]]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for attribute entries. |