~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/asciidoc/callout_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
Foobar <1>
 
2
<1> Foo
 
3
1> Bar
 
4
> Baz
 
5
 
 
6
|====
 
7
| Foobar <1>
 
8
<1> Foo
 
9
1> Bar
 
10
> Baz
 
11
|====
 
12
 
 
13
----------------------------------------------------
 
14
 
 
15
[
 
16
        "Foobar ", ["callout", "<1>"],
 
17
        ["callout", "<1>"], " Foo\r\n",
 
18
        ["callout", "1>"], " Bar\r\n",
 
19
        ["callout", ">"], " Baz\r\n\r\n",
 
20
 
 
21
        ["table", [
 
22
                ["punctuation", "|===="],
 
23
                ["punctuation", "|"],
 
24
                " Foobar ", ["callout", "<1>"],
 
25
                ["callout", "<1>"], " Foo\r\n",
 
26
                ["callout", "1>"], " Bar\r\n",
 
27
                ["callout", ">"], " Baz\r\n",
 
28
                ["punctuation", "|===="]
 
29
        ]]
 
30
]
 
31
 
 
32
----------------------------------------------------
 
33
 
 
34
Checks for callouts.
 
 
b'\\ No newline at end of file'