effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/asciidoc/attribute-entry_feature.test
2019-03-14 13:10:17 +08:00

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.