jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/asciidoc/replacement_feature.test
2016-02-03 18:00:01 -05:00

48 lines
993 B
Plaintext

(C) (TM) (R)
(C) (TM) (R)
============
['(C) (TM) (R)']
--
(C) (TM) (R)
--
|======
| (C) (TM) (R)
|======
----------------------------------------------------
[
["replacement", "(C)"], ["replacement", "(TM)"], ["replacement", "(R)"],
["title", [
["replacement", "(C)"], ["replacement", "(TM)"], ["replacement", "(R)"],
["punctuation", "============"]
]],
["attributes", [
["punctuation", "["],
["interpreted", [
["punctuation", "'"],
["replacement", "(C)"], ["replacement", "(TM)"], ["replacement", "(R)"],
["punctuation", "'"]
]],
["punctuation", "]"]
]],
["other-block", [
["punctuation", "--"],
["replacement", "(C)"], ["replacement", "(TM)"], ["replacement", "(R)"],
["punctuation", "--"]
]],
["table", [
["punctuation", "|======"],
["punctuation", "|"],
["replacement", "(C)"], ["replacement", "(TM)"], ["replacement", "(R)"],
["punctuation", "|======"]
]]
]
----------------------------------------------------
Checks for replacements.