~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/haml/multiline-code_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
        ~ 1,
 
2
          1,
 
3
          1
 
4
~ 2 |
 
5
  2 |
 
6
  2 |
 
7
 
 
8
- 3,
 
9
  3,
 
10
  3
 
11
        - 4 |
 
12
          4 |
 
13
          4 |
 
14
 
 
15
  = 5,
 
16
    5,
 
17
    5
 
18
= 6 |
 
19
  6 |
 
20
  6 |
 
21
 
 
22
&= 7,
 
23
   7,
 
24
   7
 
25
  &= 8 |
 
26
     8 |
 
27
     8 |
 
28
 
 
29
!= 9,
 
30
   9,
 
31
   9
 
32
!= 10 |
 
33
   10 |
 
34
   10 |
 
35
 
 
36
----------------------------------------------------
 
37
 
 
38
[
 
39
        ["punctuation", "~"], ["multiline-code", [["number", "1"], ["punctuation", ","], ["number", "1"], ["punctuation", ","], ["number", "1"]]],
 
40
        ["punctuation", "~"], ["multiline-code", [["number", "2"], ["operator", "|"], ["number", "2"], ["operator", "|"], ["number", "2"], ["operator", "|"]]],
 
41
    
 
42
        ["punctuation", "-"], ["multiline-code", [["number", "3"], ["punctuation", ","], ["number", "3"], ["punctuation", ","], ["number", "3"]]],
 
43
    ["punctuation", "-"], ["multiline-code", [["number", "4"], ["operator", "|"], ["number", "4"], ["operator", "|"], ["number", "4"], ["operator", "|"]]],
 
44
    
 
45
    ["punctuation", "="], ["multiline-code", [["number", "5"], ["punctuation", ","], ["number", "5"], ["punctuation", ","], ["number", "5"]]],
 
46
        ["punctuation", "="], ["multiline-code", [["number", "6"], ["operator", "|"], ["number", "6"], ["operator", "|"], ["number", "6"], ["operator", "|"]]],
 
47
        
 
48
        ["punctuation", "&="], ["multiline-code", [["number", "7"], ["punctuation", ","], ["number", "7"], ["punctuation", ","], ["number", "7"]]],
 
49
        ["punctuation", "&="], ["multiline-code", [["number", "8"], ["operator", "|"], ["number", "8"], ["operator", "|"], ["number", "8"], ["operator", "|"]]],
 
50
        
 
51
        ["punctuation", "!="], ["multiline-code", [["number", "9"], ["punctuation", ","], ["number", "9"], ["punctuation", ","], ["number", "9"]]],
 
52
        ["punctuation", "!="], ["multiline-code", [["number", "10"], ["operator", "|"], ["number", "10"], ["operator", "|"], ["number", "10"], ["operator", "|"]]]
 
53
]
 
54
 
 
55
----------------------------------------------------
 
56
 
 
57
Checks for inline code, with all possible prefixes, some not indented, some
 
58
indented with two spaces, some indented with one tab.
 
 
b'\\ No newline at end of file'