~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/asciidoc/attribute-entry_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
:Foo bar: baz
 
2
 
 
3
:Foobar: Foo +
 
4
bar +
 
5
baz
 
6
 
 
7
:Foo bar!:
 
8
:Foobar!:
 
9
 
 
10
=====
 
11
:Foo bar: baz
 
12
 
 
13
:Foobar: Foo +
 
14
bar +
 
15
baz
 
16
 
 
17
:Foo bar!:
 
18
:Foobar!:
 
19
=====
 
20
 
 
21
|=====
 
22
|
 
23
:Foo bar: baz
 
24
 
 
25
:Foobar: Foo +
 
26
bar +
 
27
baz
 
28
|=====
 
29
 
 
30
----------------------------------------------------
 
31
 
 
32
[
 
33
        ["attribute-entry", ":Foo bar: baz"],
 
34
        ["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
 
35
        ["attribute-entry", ":Foo bar!:"],
 
36
        ["attribute-entry", ":Foobar!:"],
 
37
 
 
38
        ["other-block", [
 
39
                ["punctuation", "====="],
 
40
                ["attribute-entry", ":Foo bar: baz"],
 
41
                ["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
 
42
                ["attribute-entry", ":Foo bar!:"],
 
43
                ["attribute-entry", ":Foobar!:"],
 
44
                ["punctuation", "====="]
 
45
        ]],
 
46
 
 
47
        ["table", [
 
48
                ["punctuation", "|====="],
 
49
                ["punctuation", "|"],
 
50
                ["attribute-entry", ":Foo bar: baz"],
 
51
                ["attribute-entry", ":Foobar: Foo +\r\nbar +\r\nbaz"],
 
52
                ["punctuation", "|====="]
 
53
        ]]
 
54
]
 
55
 
 
56
----------------------------------------------------
 
57
 
 
58
Checks for attribute entries.
 
 
b'\\ No newline at end of file'