~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/c+pure/c_inclusion.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
%<
 
2
asm ();
 
3
%>
 
4
 
 
5
%< -*- C -*-
 
6
asm ();
 
7
%>
 
8
 
 
9
----------------------------------------------------
 
10
 
 
11
[
 
12
        ["inline-lang", [
 
13
                ["delimiter", "%<"],
 
14
                ["keyword", "asm"], ["punctuation", "("], ["punctuation", ")"], ["punctuation", ";"],
 
15
                ["delimiter", "%>"]
 
16
        ]],
 
17
 
 
18
        ["inline-lang-c", [
 
19
                ["delimiter", "%< "],
 
20
                ["lang", "-*- C -*-"],
 
21
                ["keyword", "asm"], ["punctuation", "("], ["punctuation", ")"], ["punctuation", ";"],
 
22
                ["delimiter", "%>"]
 
23
        ]]
 
24
]
 
25
 
 
26
----------------------------------------------------
 
27
 
 
28
Checks for C in Pure.
 
 
b'\\ No newline at end of file'