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

Side by Side Diff: lib/src/prism/tests/languages/latex/keyword_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 \begin{foobar}
2 \end{foobar}
3 \ref{foobar}
4 \cite{foobar}
5 \label{foobar}
6 \usepackage{foobar}
7 \documentclass[11px,twoside,a4paper]{foobar}
8
9 ----------------------------------------------------
10
11 [
12 ["function", "\\begin"], ["punctuation", "{"],
13 ["keyword", "foobar"], ["punctuation", "}"],
14 ["function", "\\end"], ["punctuation", "{"],
15 ["keyword", "foobar"], ["punctuation", "}"],
16 ["function", "\\ref"], ["punctuation", "{"],
17 ["keyword", "foobar"], ["punctuation", "}"],
18 ["function", "\\cite"], ["punctuation", "{"],
19 ["keyword", "foobar"], ["punctuation", "}"],
20 ["function", "\\label"], ["punctuation", "{"],
21 ["keyword", "foobar"], ["punctuation", "}"],
22 ["function", "\\usepackage"], ["punctuation", "{"],
23 ["keyword", "foobar"], ["punctuation", "}"],
24 ["function", "\\documentclass"],
25 ["punctuation", "["], "11px,twoside,a4paper", ["punctuation", "]"],
26 ["punctuation", "{"],
27 ["keyword", "foobar"], ["punctuation", "}"]
28 ]
29
30 ----------------------------------------------------
31
32 Checks for keywords.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/latex/headline_feature.test ('k') | lib/src/prism/tests/languages/latex/url_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698