jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/textile/link-ref_feature.test

25 lines
471 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
[foo]http://prismjs.com
[bar]http://www.example.com
----------------------------------------------------
[
["phrase", [
["link-ref", [
["punctuation", "["],
["string", "foo"],
["punctuation", "]"],
["url", "http://prismjs.com"]
]],
["link-ref", [
["punctuation", "["],
["string", "bar"],
["punctuation", "]"],
["url", "http://www.example.com"]
]]
]]
]
----------------------------------------------------
Checks for links references.