Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Side by Side Diff: lib/src/prism/tests/languages/latex/headline_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 \part{Foobar}
2 \chapter{Foobar}
3 \section{Foobar}
4 \subsection{Foobar}
5 \frametitle{Foobar}
6 \subsubsection{Foobar}
7 \paragraph{Foobar}
8 \subparagraph{Foobar}
9 \subsubparagraph{Foobar}
10 \subsubsubparagraph{Foobar}
11
12 ----------------------------------------------------
13
14 [
15 ["function", "\\part"], ["punctuation", "{"],
16 ["headline", "Foobar"], ["punctuation", "}"],
17 ["function", "\\chapter"], ["punctuation", "{"],
18 ["headline", "Foobar"], ["punctuation", "}"],
19 ["function", "\\section"], ["punctuation", "{"],
20 ["headline", "Foobar"], ["punctuation", "}"],
21 ["function", "\\subsection"], ["punctuation", "{"],
22 ["headline", "Foobar"], ["punctuation", "}"],
23 ["function", "\\frametitle"], ["punctuation", "{"],
24 ["headline", "Foobar"], ["punctuation", "}"],
25 ["function", "\\subsubsection"], ["punctuation", "{"],
26 ["headline", "Foobar"], ["punctuation", "}"],
27 ["function", "\\paragraph"], ["punctuation", "{"],
28 ["headline", "Foobar"], ["punctuation", "}"],
29 ["function", "\\subparagraph"], ["punctuation", "{"],
30 ["headline", "Foobar"], ["punctuation", "}"],
31 ["function", "\\subsubparagraph"], ["punctuation", "{"],
32 ["headline", "Foobar"], ["punctuation", "}"],
33 ["function", "\\subsubsubparagraph"], ["punctuation", "{"],
34 ["headline", "Foobar"], ["punctuation", "}"]
35 ]
36
37 ----------------------------------------------------
38
39 Checks for headlines.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/latex/equation_feature.test ('k') | lib/src/prism/tests/languages/latex/keyword_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698