~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/latex/keyword_feature.test

  • Committer: Didier Roche
  • Date: 2016-05-10 23:09:11 UTC
  • Revision ID: didier.roche@canonical.com-20160510230911-c7xr490zrj3yrzxd
New version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.
 
 
b'\\ No newline at end of file'