~didrocks/+junk/face-detection-15.04

« back to all changes in this revision

Viewing changes to facedetection/www/bower_components/prism/tests/languages/jade/multiline-plain-text_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
div.
 
2
 foobar
 
3
 
 
4
 baz
 
5
.
 
6
        div.
 
7
                foobar
 
8
                baz
 
9
 
 
10
----------------------------------------------------
 
11
 
 
12
[
 
13
        ["tag", [
 
14
                "div"
 
15
        ]],
 
16
        ["punctuation", "."],
 
17
        ["multiline-plain-text", "\r\n foobar\r\n\r\n baz"],
 
18
 
 
19
        ["punctuation", "."],
 
20
 
 
21
        ["tag", [
 
22
                "div"
 
23
        ]],
 
24
        ["punctuation", "."],
 
25
        ["multiline-plain-text", "\r\n\t\tfoobar\r\n\t\tbaz"]
 
26
]
 
27
 
 
28
----------------------------------------------------
 
29
 
 
30
Checks for multi-line plain text.
 
 
b'\\ No newline at end of file'