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/latex/cdata_feature.test
vendored
Normal file
28
dashboard-ui/bower_components/prism/tests/languages/latex/cdata_feature.test
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
\begin{verbatim*}
|
||||
Foo bar
|
||||
\end{verbatim*}
|
||||
|
||||
\begin{lstlisting}
|
||||
Foo bar
|
||||
baz
|
||||
\end{lstlisting}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["function", "\\begin"], ["punctuation", "{"],
|
||||
["keyword", "verbatim*"], ["punctuation", "}"],
|
||||
["cdata", "\r\nFoo bar\r\n"],
|
||||
["function", "\\end"], ["punctuation", "{"],
|
||||
["keyword", "verbatim*"], ["punctuation", "}"],
|
||||
|
||||
["function", "\\begin"], ["punctuation", "{"],
|
||||
["keyword", "lstlisting"], ["punctuation", "}"],
|
||||
["cdata", "\r\nFoo bar\r\nbaz\r\n"],
|
||||
["function", "\\end"], ["punctuation", "{"],
|
||||
["keyword", "lstlisting"], ["punctuation", "}"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for verbatim environment.
|
Loading…
Add table
Add a link
Reference in a new issue