~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/rest/directive_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
.. image:: mylogo.jpeg
 
2
.. figure:: foo.png
 
3
 
 
4
.. note:: This is a paragraph.
 
5
 
 
6
----------------------------------------------------
 
7
 
 
8
[
 
9
        ["punctuation", ".."],
 
10
        ["directive", [
 
11
                "image",
 
12
                ["punctuation", "::"]
 
13
        ]],
 
14
        " mylogo.jpeg\r\n",
 
15
 
 
16
        ["punctuation", ".."],
 
17
        ["directive", [
 
18
                "figure",
 
19
                ["punctuation", "::"]
 
20
        ]],
 
21
        " foo.png\r\n\r\n",
 
22
 
 
23
        ["punctuation", ".."],
 
24
        ["directive", [
 
25
                "note",
 
26
                ["punctuation", "::"]
 
27
        ]],
 
28
        " This is a paragraph."
 
29
]
 
30
 
 
31
----------------------------------------------------
 
32
 
 
33
Checks for directives.
 
 
b'\\ No newline at end of file'