~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/gherkin/table_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
Examples: foo
 
2
| start  | eat | left |
 
3
|  <foo> |  5  |  7   |
 
4
        |  20    |  5  |  15  |
 
5
 
 
6
----------------------------------------------------
 
7
 
 
8
[
 
9
        ["scenario", [["keyword", "Examples:"], ["important", " foo"]]],
 
10
        ["table-head", [
 
11
                ["punctuation", "|"],
 
12
                ["th", " start  "],
 
13
                ["punctuation", "|"],
 
14
        ["th", " eat "],
 
15
        ["punctuation", "|"],
 
16
        ["th", " left "],
 
17
        ["punctuation", "|"]
 
18
    ]],
 
19
    ["table-body", [
 
20
                ["punctuation", "|"],
 
21
                ["outline", "<foo>"],
 
22
                ["punctuation", "|"],
 
23
                ["td", "  5  "],
 
24
                ["punctuation", "|"],
 
25
        ["td", "  7   "],
 
26
        ["punctuation", "|"],
 
27
 
 
28
        ["punctuation", "|"],
 
29
        ["td", "  20    "],
 
30
        ["punctuation", "|"],
 
31
        ["td", "  5  "],
 
32
        ["punctuation", "|"],
 
33
        ["td", "  15  "],
 
34
        ["punctuation", "|"]
 
35
    ]]
 
36
]
 
37
 
 
38
----------------------------------------------------
 
39
 
 
40
Checks for table heads and table bodies.
 
 
b'\\ No newline at end of file'