~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-comment_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
/
 
2
 
 
3
/ foo
 
4
 
 
5
/foo
 
6
 bar
 
7
 
 
8
  /foo
 
9
   bar
 
10
 
 
11
        /foo
 
12
         bar
 
13
 
 
14
-#
 
15
 
 
16
-# foo
 
17
 
 
18
-#foo
 
19
 bar
 
20
 
 
21
  -#foo
 
22
   bar
 
23
 
 
24
        -#foo
 
25
         bar
 
26
 
 
27
----------------------------------------------------
 
28
 
 
29
[
 
30
        ["multiline-comment", "/"],
 
31
        ["multiline-comment", "/ foo"],
 
32
        ["multiline-comment", "/foo\r\n bar"],
 
33
        ["multiline-comment", "/foo\r\n   bar"],
 
34
        ["multiline-comment", "/foo\r\n\t bar"],
 
35
 
 
36
        ["multiline-comment", "-#"],
 
37
    ["multiline-comment", "-# foo"],
 
38
    ["multiline-comment", "-#foo\r\n bar"],
 
39
    ["multiline-comment", "-#foo\r\n   bar"],
 
40
    ["multiline-comment", "-#foo\r\n\t bar"]
 
41
]
 
42
 
 
43
----------------------------------------------------
 
44
 
 
45
Checks for multi-line comments, not indented, indented with two spaces and
 
46
indented with one tab.
 
 
b'\\ No newline at end of file'