update components
This commit is contained in:
parent
59ea1c2f7d
commit
cf577ba8eb
1136 changed files with 59263 additions and 576 deletions
39
dashboard-ui/bower_components/prism/tests/languages/latex/headline_feature.test
vendored
Normal file
39
dashboard-ui/bower_components/prism/tests/languages/latex/headline_feature.test
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
\part{Foobar}
|
||||
\chapter{Foobar}
|
||||
\section{Foobar}
|
||||
\subsection{Foobar}
|
||||
\frametitle{Foobar}
|
||||
\subsubsection{Foobar}
|
||||
\paragraph{Foobar}
|
||||
\subparagraph{Foobar}
|
||||
\subsubparagraph{Foobar}
|
||||
\subsubsubparagraph{Foobar}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["function", "\\part"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\chapter"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\section"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\subsection"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\frametitle"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\subsubsection"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\paragraph"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\subparagraph"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\subsubparagraph"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"],
|
||||
["function", "\\subsubsubparagraph"], ["punctuation", "{"],
|
||||
["headline", "Foobar"], ["punctuation", "}"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for headlines.
|
Loading…
Add table
Add a link
Reference in a new issue