update components
This commit is contained in:
parent
2a4b879c21
commit
63664e6c1c
1155 changed files with 62261 additions and 84 deletions
28
dashboard-ui/bower_components/prism/tests/languages/asciidoc/indented-block_feature.test
vendored
Normal file
28
dashboard-ui/bower_components/prism/tests/languages/asciidoc/indented-block_feature.test
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
.
|
||||
|
||||
(TM) __foobar__
|
||||
:bar: baz
|
||||
|
||||
Foo *bar* baz
|
||||
// Foobar
|
||||
== Foobar ==
|
||||
|
||||
Title
|
||||
~~~~~
|
||||
.....
|
||||
.....
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
".\r\n\r\n",
|
||||
["indented-block", "\t(TM) __foobar__\r\n\t:bar: baz"],
|
||||
["indented-block", " Foo *bar* baz\r\n // Foobar\r\n == Foobar =="],
|
||||
["indented-block", " Title\r\n ~~~~~\r\n .....\r\n ....."]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for indented blocks.
|
||||
Also checks that nothing gets highlighted inside.
|
||||
The initial dot is required because tests are trimmed.
|
Loading…
Add table
Add a link
Reference in a new issue